Lang-8 Enhancer
Lang-8 Enhancer
What is Lang-8 Enhancer?
Lang-8 Enhancer is a Chrome extension developed by holden321, and its main feature is "Lang-8 Enhancer".
Extension Screenshots
Download Lang-8 Enhancer Extension CRX File
Download Lang-8 Enhancer 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
- fixed gallery in User's Photos - show user's photo by cliking on its icon - nice text intending in the text of an entry - sort tags alphabetically or by date on the create/edit entry page - fixed menu symbols - launcher button Feel free to send questions or suggestions. My profile: http://lang-8.com/holden
Extension Basic Information
Name | |
ID | pgidinpekigdbjpdhafdpcpicaedclmf |
Official URL | https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf |
Description | Lang-8 Enhancer |
File Size | 980 KB |
Installation Count | 33 |
Current Version | 1.4 |
Last Updated | 2018-05-09 |
Publish Date | 2018-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | holden321 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lang-8 Enhancer", "short_name": "Lang-8 Enhancer", "description": "Lang-8 Enhancer", "version": "1.4", "icons": { "16": "icon_16.png", "19": "icon_19.png", "128": "icon_128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "http:\/\/lang-8.com\/*" ], "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "Lang-8" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/lang-8.com\/*" ], "css": [ "highslide\/highslide.css", "content.css" ], "js": [ "highslide\/highslide-full.min.js", "jquery-2.1.1.min.js", "content.js" ], "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ "FontAwesome.otf", "highslide\/graphics\/*" ] } |