Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cminhho/todochromeextention
https://github.com/cminhho/todochromeextention
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cminhho/todochromeextention
- Owner: cminhho
- Created: 2014-12-20T22:16:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T19:56:05.000Z (about 10 years ago)
- Last Synced: 2024-11-16T21:16:20.482Z (2 months ago)
- Language: JavaScript
- Size: 504 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Chrome Extension base project with AngularJS
================This is a scaffolding project to help you get started.
This includes :- AngularJS Popup App `scripts/app/`
- Bootstrap JS and CSS
- jQuery / Underscore.js
- Mochai/Chai/SinonJS for testing contentscripts
- Grunt and Bower## Get Started
- Clone this repo
- Run `npm install` and `bower install`
- Go to `chrome://extensions/`
- Activate developer mode
- Click on `load an unpacked extension` and locate your cloned repo, and select the `app` folder## Build and deploy
The build `manifest.json` file is `manifest-build.json`. It differs from the regular `manifest.json` to use only built files (single files for the all popup app, content scripts or background pages).To build the app and get a single scripts for each popup app, content script, or background page, simpy run :
`grunt build`
## Versions
- `0.1` May 2014 First version released## License
[Florent Lamoureux @flrent](http://twitter.com/flrent)
Licensed under the MIT license.
Copyright (c) 2014 - [BugBuster SA](http://bugbuster.com)