1-Click Translator
A Translate Browser Extension
O que é 1-Click Translator?
1-Click Translator é uma extensão do Chrome desenvolvida por huling4u, e sua principal característica é "A Translate Browser Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 1-Click Translator
Baixe arquivos de extensão 1-Click Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | 1-Click Translator |
ID | ofbjheffhcmloemhpdlnnjhhfenidnap |
URL Oficial | https://chromewebstore.google.com/detail/1-click-translator/ofbjheffhcmloemhpdlnnjhhfenidnap |
Descrição | A Translate Browser Extension |
Tamanho do Arquivo | 571 KB |
Contagem de Instalações | 24 |
Versão Atual | 0.24.01 |
Última Atualização | 2024-02-24 |
Data de Publicação | 2022-11-22 |
Desenvolvedor | huling4u |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |