Dashboard Plus created by @revaxarts
More details here: http://themeforest.net/forums/thread/introducing-dashboard-plus/71870
Install from the Webstore: https://chrome.google.com/webstore/detail/dashboard-plus-for-envato/gcbcdaghonmljaplbpbbimmmfhmhcheh
- Fork a copy of this repo
- Checkout your copy of the repo to your local computer
- Uncomment the
//var dashboardplus_base_uri = chrome.extension.getURL('');
code inscript.js
so files are loaded locally. - Disable the real Dashboard Plus extension in Google Chrome
- Click "Developer Mode" at the top of the Google Chrome extension page
- Click "Load Unpacked Extension" and select the git checkout folder
- This should load your own local copy of the extension into Google Chrome
- Edit the files and use the "Reload" button on the Extension page to test the changes.
- Once happy with changes, commit them back to your git repo, then do a pull request so I can merge those changes into this repo for everyone.