English syntax highlighter
Podsvechnik - English syntax highlighter
What is English syntax highlighter?
English syntax highlighter is a Chrome extension developed by Unknown, and its main feature is "Podsvechnik - English syntax highlighter".
Extension Screenshots
Download English syntax highlighter Extension CRX File
Download English syntax highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
English syntax highlighter. It may improve the speed at which you read English text. Install the plugin, highligh the text and select the plugin action from the context menu.
Extension Basic Information
Name | |
ID | ikdjjgioalkbdihbhcfffjnanhnilipa |
Official URL | https://chromewebstore.google.com/detail/english-syntax-highlighte/ikdjjgioalkbdihbhcfffjnanhnilipa |
Description | Podsvechnik - English syntax highlighter |
File Size | 39.67 KB |
Installation Count | 216 |
Current Version | 1.0 |
Last Updated | 2020-01-16 |
Publish Date | 2020-01-10 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/vpavlenko/podsvechnik |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "English syntax highlighter", "version": "1.0", "description": "Podsvechnik - English syntax highlighter", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "css": [ "content.css" ] } ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |