Instant Syntax
This extension will highlight the code syntax of any highlighted text
ما هو Instant Syntax؟
Instant Syntax هو إضافة Chrome تم تطويرها بواسطة Salvador Gutierrez، والميزة الرئيسية لها هي "This extension will highlight the code syntax of any highlighted text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instant Syntax
قم بتنزيل ملفات الامتداد Instant Syntax بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to perform code syntax highlighting anywhere in a webpage. Supports Java, Markup Languages , CSS, C-like languages, C#, C++,Python, SQL,PHP and JavaScript. How to use: 1)Simply highlight the code whose syntax you wish to highlight. 2)Press action-button on toolbar and select language. 3)Watch the code magically become much more readable.
معلومات أساسية عن التمديد
الاسم | |
ID | gjoffkgdelmaodajhoncmleiamifdcgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
الوصف | This extension will highlight the code syntax of any highlighted text |
حجم الملف | 75.37 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-03-02 |
تاريخ النشر | 2014-03-02 |
تقييم | 4.50/5 مجموع تقييمات 12 |
المطور | Salvador Gutierrez |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Syntax", "description": "This extension will highlight the code syntax of any highlighted text", "version": "1.1", "author": "Salvador Gutierrez", "background": { "css": [ "popup_style.css" ], "scripts": [ "simpleInsert.js" ], "persistent": false }, "icons": { "38": "icon_38.png", "128": "icon_128.png" }, "permissions": [ "https:\/\/*\/*", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon_38.png" } } |