CodeProject Article Reader

Make codeproject articles more readable.

Qu'est-ce que CodeProject Article Reader ?

CodeProject Article Reader est une extension Chrome développée par https://vincechan.me, et sa fonction principale est "Make codeproject articles more readable.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CodeProject Article Reader

Téléchargez les fichiers d'extension CodeProject Article Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CodeProject Article Reader CodeProject Article Reader
ID ahlafaphgbmmbiabcdecifalepbcobgl
URL Officiel https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl
Description Make codeproject articles more readable.
Taille du Fichier 88.29 KB
Nombre d'Installations 83
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-06-01
Date de Publication 2016-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://vincechan.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}