Coderbility
Add syntax highlighting to Readability & Instapaper
What is Coderbility?
Coderbility is a Chrome extension developed by donnierayjones, and its main feature is "Add syntax highlighting to Readability & Instapaper".
Extension Screenshots
Download Coderbility Extension CRX File
Download Coderbility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Coderbility |
ID | jhgglggpkgacolaedjhokfniopcinphf |
Official URL | https://chromewebstore.google.com/detail/coderbility/jhgglggpkgacolaedjhokfniopcinphf |
Description | Add syntax highlighting to Readability & Instapaper |
File Size | 273 KB |
Installation Count | 21 |
Current Version | 0.1.0 |
Last Updated | 2015-11-16 |
Publish Date | 2015-11-15 |
Rating | 4.67/5 Total 3 Ratings |
Developer | donnierayjones |
Payment Type | free |
Extension Website | https://github.com/donnierayjones/coderbility |
Help Page URL | https://github.com/donnierayjones/coderbility/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coderbility", "version": "0.1.0", "manifest_version": 2, "description": "Add syntax highlighting to Readability & Instapaper", "options_page": "options.html", "permissions": [ "storage" ], "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.instapaper.com\/*", "*:\/\/www.readability.com\/*", "*:\/\/readability.com\/*" ], "js": [ "jquery.js", "highlight.pack.js", "script.js" ] } ], "web_accessible_resources": [ "styles\/default.css", "styles\/agate.css", "styles\/androidstudio.css", "styles\/arta.css", "styles\/ascetic.css", "styles\/atelier-cave.dark.css", "styles\/atelier-cave.light.css", "styles\/atelier-dune.dark.css", "styles\/atelier-dune.light.css", "styles\/atelier-estuary.dark.css", "styles\/atelier-estuary.light.css", "styles\/atelier-forest.dark.css", "styles\/atelier-forest.light.css", "styles\/atelier-heath.dark.css", "styles\/atelier-heath.light.css", "styles\/atelier-lakeside.dark.css", "styles\/atelier-lakeside.light.css", "styles\/atelier-plateau.dark.css", "styles\/atelier-plateau.light.css", "styles\/atelier-savanna.dark.css", "styles\/atelier-savanna.light.css", "styles\/atelier-seaside.dark.css", "styles\/atelier-seaside.light.css", "styles\/atelier-sulphurpool.dark.css", "styles\/atelier-sulphurpool.light.css", "styles\/brown_paper.css", "styles\/brown_papersq.png", "styles\/codepen-embed.css", "styles\/color-brewer.css", "styles\/dark.css", "styles\/darkula.css", "styles\/docco.css", "styles\/far.css", "styles\/foundation.css", "styles\/github-gist.css", "styles\/github.css", "styles\/googlecode.css", "styles\/grayscale.css", "styles\/hopscotch.css", "styles\/hybrid.css", "styles\/idea.css", "styles\/ir_black.css", "styles\/kimbie.dark.css", "styles\/kimbie.light.css", "styles\/magula.css", "styles\/mono-blue.css", "styles\/monokai.css", "styles\/monokai_sublime.css", "styles\/obsidian.css", "styles\/paraiso.dark.css", "styles\/paraiso.light.css", "styles\/pojoaque.css", "styles\/pojoaque.jpg", "styles\/railscasts.css", "styles\/rainbow.css", "styles\/school_book.css", "styles\/school_book.png", "styles\/solarized_dark.css", "styles\/solarized_light.css", "styles\/sunburst.css", "styles\/tomorrow-night-blue.css", "styles\/tomorrow-night-bright.css", "styles\/tomorrow-night-eighties.css", "styles\/tomorrow-night.css", "styles\/tomorrow.css", "styles\/vs.css", "styles\/xcode.css", "styles\/zenburn.css" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |