Professional Codes Reader
Browse the web like a professional programmer!
Wat is Professional Codes Reader?
Professional Codes Reader is een Chrome-extensie ontwikkeld door Jasonnor, en de belangrijkste functie is "Browse the web like a professional programmer!".
Extensie Screenshots
Download het CRX-bestand van de extensie Professional Codes Reader
Download Professional Codes Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
Officiële URL | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
Beschrijving | Browse the web like a professional programmer! |
Bestandsgrootte | 169 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-06-07 |
Publicatiedatum | 2017-06-07 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jasonnor |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Jasonnor/Professional-Codes-Reader |
Help Pagina-URL | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } |