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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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:\/\/*\/*" ] } |