Skip to content

makotokw/crx-tokyo-ame

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tokyo Amesh Chrome App

Unofficial Tokyo Amesh Chrome App.

https://chrome.google.com/webstore/detail/tokyo-ame/cmidngbgkimeejhcdnggnnlnkjhhjkkp?hl=ja

Development

Requirements

  • Bower
  • Grunt
  • Compass >=1.0.1

Getting Started

npm install
bower install
grunt debug

Add background to app/manifest.json for LiveReload.

    "background": {
        "scripts": [
            "scripts/chromereload.js",
            "scripts/background.js"
        ]
    },

Open Chrome and go to Tools > Extensions > Load unpacked extensions... and select app directory.

LICENSE

The MIT License (MIT)
See also LICENSE file