CodeProject Article Reader

Make codeproject articles more readable.

Was ist CodeProject Article Reader?

CodeProject Article Reader ist eine Chrome-Erweiterung, die von https://vincechan.me entwickelt wurde, und ihr Hauptmerkmal ist "Make codeproject articles more readable.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CodeProject Article Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie CodeProject Article Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CodeProject Article Reader CodeProject Article Reader
ID ahlafaphgbmmbiabcdecifalepbcobgl
Offizielle URL https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl
Beschreibung Make codeproject articles more readable.
Dateigröße 88.29 KB
Installationsanzahl 83
Aktuelle Version 1.0.2
Letztes Update 2016-06-01
Veröffentlichungsdatum 2016-06-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://vincechan.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}