Professional Codes Reader
Browse the web like a professional programmer!
Was ist Professional Codes Reader?
Professional Codes Reader ist eine Chrome-Erweiterung, die von Jasonnor entwickelt wurde, und ihr Hauptmerkmal ist "Browse the web like a professional programmer!".
Erweiterungsscreenshots
Professional Codes Reader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Professional Codes Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
Offizielle URL | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
Beschreibung | Browse the web like a professional programmer! |
Dateigröße | 169 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2017-06-07 |
Veröffentlichungsdatum | 2017-06-07 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jasonnor |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Jasonnor/Professional-Codes-Reader |
Hilfeseite URL | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |