Skip to content

Commit

Permalink
add(plugin): Added dashboard plus chrome plugin files
Browse files Browse the repository at this point in the history
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
vrushank committed May 30, 2024
1 parent 62bf45f commit fcfc7fe
Show file tree
Hide file tree
Showing 30 changed files with 7,364 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dashboard-plus-chrome-plugin/README.md
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.

Loading

0 comments on commit fcfc7fe

Please sign in to comment.