Lang-8 Enhancer
Lang-8 Enhancer
Lang-8 Enhancer क्या है?
Lang-8 Enhancer holden321 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lang-8 Enhancer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lang-8 Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pgidinpekigdbjpdhafdpcpicaedclmf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf |
विवरण | Lang-8 Enhancer |
फ़ाइल का आकार | 980 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2018-05-09 |
प्रकाशन तिथि | 2018-05-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | holden321 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |