Coderbility
Add syntax highlighting to Readability & Instapaper
Wat is Coderbility?
Coderbility is een Chrome-extensie ontwikkeld door donnierayjones, en de belangrijkste functie is "Add syntax highlighting to Readability & Instapaper".
Extensie Screenshots
Download het CRX-bestand van de extensie Coderbility
Download Coderbility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Coderbility |
ID | jhgglggpkgacolaedjhokfniopcinphf |
Officiële URL | https://chromewebstore.google.com/detail/coderbility/jhgglggpkgacolaedjhokfniopcinphf |
Beschrijving | Add syntax highlighting to Readability & Instapaper |
Bestandsgrootte | 273 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-11-16 |
Publicatiedatum | 2015-11-15 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | donnierayjones |
Betalingswijze | free |
Extensiewebsite | https://github.com/donnierayjones/coderbility |
Help Pagina-URL | https://github.com/donnierayjones/coderbility/issues |
Ondersteunde Talen | 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" } } |