-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(plugin): Added dashboard plus chrome plugin files
Added dashboard plus chrome plugin files to this repo in order to receive bunny cdn url and make the plugin work on our systems
- Loading branch information
Showing
30 changed files
with
7,364 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Dashboard Plus for the Envato Market | ||
============== | ||
|
||
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 | ||
|
||
Development Howto: | ||
------------- | ||
|
||
1. Fork a copy of this repo | ||
2. Checkout your copy of the repo to your local computer | ||
3. Uncomment the `//var dashboardplus_base_uri = chrome.extension.getURL('');` code in `script.js` so files are loaded locally. | ||
3. Disable the real Dashboard Plus extension in Google Chrome | ||
4. Click "Developer Mode" at the top of the Google Chrome extension page | ||
5. Click "Load Unpacked Extension" and select the git checkout folder | ||
6. This should load your own local copy of the extension into Google Chrome | ||
7. Edit the files and use the "Reload" button on the Extension page to test the changes. | ||
8. 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. | ||
|
Oops, something went wrong.