CodeProject Article Reader

Make codeproject articles more readable.

Wat is CodeProject Article Reader?

CodeProject Article Reader is een Chrome-extensie ontwikkeld door https://vincechan.me, en de belangrijkste functie is "Make codeproject articles more readable.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CodeProject Article Reader

Download CodeProject Article Reader-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

                        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.                    

Basisinformatie over de Extensie

Naam CodeProject Article Reader CodeProject Article Reader
ID ahlafaphgbmmbiabcdecifalepbcobgl
Officiële URL https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl
Beschrijving Make codeproject articles more readable.
Bestandsgrootte 88.29 KB
Aantal Installaties 83
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-06-01
Publicatiedatum 2016-06-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://vincechan.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}