1-Click Translator
A Translate Browser Extension
1-Click Translator क्या है?
1-Click Translator huling4u द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Translate Browser Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1-Click Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A very simple Google browser plug-in, select the words or statements to be translated, and randomly obtain the query results from the free translation service provider.Support more than 16 translation engines, including Google, Baidu, etc.
एक्सटेंशन की मूल जानकारी
नाम | 1-Click Translator |
ID | ofbjheffhcmloemhpdlnnjhhfenidnap |
आधिकारिक URL | https://chromewebstore.google.com/detail/1-click-translator/ofbjheffhcmloemhpdlnnjhhfenidnap |
विवरण | A Translate Browser Extension |
फ़ाइल का आकार | 571 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 0.24.01 |
अंतिम अपडेट | 2024-02-24 |
प्रकाशन तिथि | 2022-11-22 |
डेवलपर | huling4u |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Click the mouse to select words and sentences, and click the button to get the translation", "default_popup": "www\/index.html#\/options" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "assets\/content.css" ], "js": [ "page-content-script.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "name": "1-Click Translator", "short_name": "1-Click Translator", "description": "A Translate Browser Extension", "version": "0.24.01" } |