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 |
电子邮箱 | [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\/" ] } |