Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtbaker/dashboard-plus
Dashboard Plus by @revaxarts
https://github.com/dtbaker/dashboard-plus
Last synced: 2 months ago
JSON representation
Dashboard Plus by @revaxarts
- Host: GitHub
- URL: https://github.com/dtbaker/dashboard-plus
- Owner: dtbaker
- Created: 2014-08-26T10:10:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T00:25:09.000Z (over 5 years ago)
- Last Synced: 2023-04-05T22:22:38.068Z (over 1 year ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 11
- Watchers: 6
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
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.