CodeProject Article Reader

Make codeproject articles more readable.

O que é CodeProject Article Reader?

CodeProject Article Reader é uma extensão do Chrome desenvolvida por https://vincechan.me, e sua principal característica é "Make codeproject articles more readable.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CodeProject Article Reader

Baixe arquivos de extensão CodeProject Article Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CodeProject Article Reader CodeProject Article Reader
ID ahlafaphgbmmbiabcdecifalepbcobgl
URL Oficial https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl
Descrição Make codeproject articles more readable.
Tamanho do Arquivo 88.29 KB
Contagem de Instalações 83
Versão Atual 1.0.2
Última Atualização 2016-06-01
Data de Publicação 2016-06-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://vincechan.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}