roceys / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Install modules from stylebot.me #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe the feature or enhancement in as much detail as possible:
Install modules from http://stylebot.me/

Original issue reported on code.google.com by jief...@gmail.com on 11 Nov 2011 at 5:37

GoogleCodeExporter commented 8 years ago
Referenced from the existing script files (userscripts.js, userstyles.js).

Add the following to "content_scripts" part in manifest.json:
{
    "css": [ "css/import.css" ],
    "js": [ "js/io/stylebot.js" ],
    "matches": [ "http://stylebot.me/*" ],
    "run_at": "document_start"
}

Original comment by jief...@gmail.com on 22 Nov 2011 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
Awesome! Thanks, good idea with adding the description to the about page. Will 
be in 0.5.9 provided it doesn't trigger a re-enable permissions alert when I 
push the testers (Chrome is really obnoxious about changing things in the 
manifest...)

Original comment by anst...@gmail.com on 22 Nov 2011 at 5:15

GoogleCodeExporter commented 8 years ago
Pushed in 0.5.9

Original comment by anst...@gmail.com on 23 Nov 2011 at 5:26