Professional Codes Reader
Browse the web like a professional programmer!
What is Professional Codes Reader?
Professional Codes Reader is a Chrome extension developed by Jasonnor, and its main feature is "Browse the web like a professional programmer!".
Extension Screenshots
Download Professional Codes Reader Extension CRX File
Download Professional Codes Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
Official URL | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
Description | Browse the web like a professional programmer! |
File Size | 169 KB |
Installation Count | 53 |
Current Version | 1.1.1 |
Last Updated | 2017-06-07 |
Publish Date | 2017-06-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jasonnor |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jasonnor/Professional-Codes-Reader |
Help Page URL | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
Supported Languages | 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:\/\/*\/*" ] } |