Closed GoogleCodeExporter closed 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:
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
Pushed in 0.5.9
Original comment by anst...@gmail.com
on 23 Nov 2011 at 5:26
Original issue reported on code.google.com by
jief...@gmail.com
on 11 Nov 2011 at 5:37