J Toli
Translate quickly
What is J Toli?
J Toli is a Chrome extension developed by Jdorj, and its main feature is "Translate quickly".
Extension Screenshots
Download J Toli Extension CRX File
Download J Toli 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
Вэб хуудсан дээрх мэдэхгүй англи үгийг орчуулна. Google Chrome-н нэмэлт програм.
Extension Basic Information
Name | |
ID | jdlmfdmkpkpdfjjbgplaicdglekbokpj |
Official URL | https://chrome.google.com/webstore/detail/j-toli/jdlmfdmkpkpdfjjbgplaicdglekbokpj |
Description | Translate quickly |
File Size | 143 KB |
Installation Count | 14 |
Current Version | 1.0.2 |
Last Updated | 2015-03-09 |
Publish Date | 2015-03-09 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Jdorj |
Payment Type | free |
Extension Website | https://www.facebook.com/pages/J-Toli/437853236326551 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "J Toli", "short_name": "J Toli", "description": "Translate quickly", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "contextMenus", "activeTab", "tts", "http:\/\/old.bolor-toli.com\/*", "https:\/\/www.facebook.com\/*", "storage", "management" ], "background": { "scripts": [ "js\/background_script.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "J Toli", "default_popup": "popup.html" }, "web_accessible_resources": [ "frame.html", "js\/jquery-2.0.3.min.map" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |