1-Click Translator
A Translate Browser Extension
Cos'è 1-Click Translator?
1-Click Translator è un'estensione di Chrome sviluppata da huling4u, e la sua funzione principale è "A Translate Browser Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 1-Click Translator
Scarica i file di estensione 1-Click Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 1-Click Translator |
ID | ofbjheffhcmloemhpdlnnjhhfenidnap |
URL Ufficiale | https://chromewebstore.google.com/detail/1-click-translator/ofbjheffhcmloemhpdlnnjhhfenidnap |
Descrizione | A Translate Browser Extension |
Dimensione del File | 571 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.24.01 |
Ultimo Aggiornamento | 2024-02-24 |
Data di Pubblicazione | 2022-11-22 |
Sviluppatore | huling4u |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |