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 |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |