Syntaxit
Syntax Colorize
Hvad er Syntaxit?
Syntaxit er en Chrome-udvidelse udviklet af Sandip Chitale, og dens hovedfunktion er "Syntax Colorize".
Udvidelsesskærmbilleder
Download Syntaxit-udvidelses-CRX-fil
Download Syntaxit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Visit any page that has JavaScript code in a pre tag which has not been been syntax colored yet by some other plugin and then click on the Syntaxit icon in the toolbar. You will see that all thetags will be updated to show syntax colored code with line numbers.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fdgpepgfapimghgbdmdbnlffmmioegbo |
Officiel URL | https://chrome.google.com/webstore/detail/syntaxit/fdgpepgfapimghgbdmdbnlffmmioegbo |
Beskrivelse | Syntax Colorize |
Filstørrelse | 41.84 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2014-03-29 |
Udgivelsesdato | 2014-03-29 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | Sandip Chitale |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://sandipchitale.blogspot.com/2014/03/chrome-extension-syntaxit.html |
Hjælpeside-URL | https://github.com/sandipchitale/syntaxit/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syntaxit", "version": "1.0.0", "description": "Syntax Colorize", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/syntaxit-16.png", "48": "icons\/syntaxit-48.png", "128": "icons\/syntaxit-128.png" }, "browser_action": { "default_icon": { "19": "icons\/syntaxit-19.png" }, "default_title": "Syntaxit" }, "content_scripts": [ { "matches": [ " |