Professional Codes Reader
Browse the web like a professional programmer!
什么是Professional Codes Reader?
Professional Codes Reader是由Jasonnor开发的Chrome扩展程序,该扩展的主要功能是“Browse the web like a professional programmer!”。
扩展截图
下载Professional Codes Reader扩展crx文件
下载Professional Codes Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Professional Codes Reader can insert random C#, PHP or jQuery code to paragraphs of a webpage (which may be novels or articles), and making it looks like a professional or work site. Usage 1. Click the icon to insert the code on the current page 2. Right-click the icon to open the Options page and set the action This is an open source project. Visit Professional Codes Reader's Github page for full instructions, more information, bug reports, or to contribute. https://github.com/Jasonnor/Professional-Codes-Reader
扩展基本信息
名称 | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
官方URL | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
简介 | Browse the web like a professional programmer! |
文件大小 | 169 KB |
安装次数 | 53 |
当前版本 | 1.1.1 |
更新时间 | 2017-06-07 |
上架时间 | 2017-06-07 |
评分 | 3.00/5 共2次评分 |
开发者 | Jasonnor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Jasonnor/Professional-Codes-Reader |
帮助页面URL | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Professional Codes Reader", "description": "Browse the web like a professional programmer!", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*" ] } |