fast translation
Quick Translation is an excellent and efficient web page translation tool.
fast translation क्या है?
fast translation qinliaaasnow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Translation is an excellent and efficient web page translation tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में fast translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quick Translation is an excellent and efficient web page translation tool that supports automatic translation recognition, Chinese will be translated into English, English will be translated into Chinese, and word search is supported.Click the search Icon, and you will jump to the search results page of www.baidu.com
एक्सटेंशन की मूल जानकारी
नाम | fast translation |
ID | pcnkjejanajnokpmehdffdnahhbibblh |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh |
विवरण | Quick Translation is an excellent and efficient web page translation tool. |
फ़ाइल का आकार | 212 KB |
स्थापना संख्या | 10,930 |
वर्तमान संस्करण | 5.1.0 |
अंतिम अपडेट | 2022-12-25 |
प्रकाशन तिथि | 2022-11-19 |
डेवलपर | qinliaaasnow |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fast translation", "version": "5.1.0", "description": "Quick Translation is an excellent and efficient web page translation tool.", "author": "ftor", "manifest_version": 3, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" } }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "icons": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "css": [ "css\/contentscript.css" ] } ] } |