CodeProject Article Reader
Make codeproject articles more readable.
CodeProject Article Readerとは何ですか?
CodeProject Article Readerはhttps://vincechan.meによって開発されたChromeの拡張機能で、その主な機能は「Make codeproject articles more readable.」です。
拡張機能のスクリーンショット
CodeProject Article Reader拡張機能のCRXファイルをダウンロード
CodeProject Article Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | CodeProject Article Reader |
ID | ahlafaphgbmmbiabcdecifalepbcobgl |
公式URL | https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl |
説明 | Make codeproject articles more readable. |
ファイルサイズ | 88.29 KB |
インストール数 | 83 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-06-01 |
公開日 | 2016-06-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://vincechan.me |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/" ] } |