CodeProject Article Reader
Make codeproject articles more readable.
Vad är CodeProject Article Reader?
CodeProject Article Reader är en Chrome-tillägg utvecklad av https://vincechan.me, och dess huvudfunktion är "Make codeproject articles more readable.".
Tilläggsskärmbilder
Ladda ner CodeProject Article Reader-förlängningens CRX-fil
Ladda ner CodeProject Article Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If you are the type that will spend time to customize the styles of your IDE and like to read articles on codeproject.com, you will love this extension. Features: * Choice of 8 different available PrismJS themes to customize the styles of the code in an article. * Choice of 16 different available Bootswatch themes to customize the styles of the article * Choice of 3 fixed layouts or fluid layout * Theme choices will be saved. Read article in preferred themes with one click.
Grundläggande Information om Tillägg
Namn | CodeProject Article Reader |
ID | ahlafaphgbmmbiabcdecifalepbcobgl |
Officiell webbadress | https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl |
Beskrivning | Make codeproject articles more readable. |
Filstorlek | 88.29 KB |
Antal Installationer | 83 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2016-06-01 |
Publiceringsdatum | 2016-06-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://vincechan.me |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeProject Article Reader", "short_name": "CPReader", "description": "Make codeproject articles more readable.", "version": "1.0.2", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": "img\/icon48.png", "default_title": "Read Article in Reader", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab", "http:\/\/*.codeproject.com\/" ] } |