Professional Codes Reader
Browse the web like a professional programmer!
Что такое Professional Codes Reader?
Professional Codes Reader - это расширение Chrome, разработанное Jasonnor, и его основная функция - "Browse the web like a professional programmer!".
Снимки экрана расширения
Скачать файл CRX расширения Professional Codes Reader
Скачайте файлы расширений 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:\/\/*\/*" ] } |