Quick access to Translator
Quick access to Google Translate
Cos'è Quick access to Translator?
Quick access to Translator è un'estensione di Chrome sviluppata da https://liuwanle.com, e la sua funzione principale è "Quick access to Google Translate".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick access to Translator
Scarica i file di estensione Quick access to 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
基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本
Informazioni di Base sull'Estensione
Nome | Quick access to Translator |
ID | ibegoepejbbhepngfhhfcopelpjognfj |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj |
Descrizione | Quick access to Google Translate |
Dimensione del File | 10.67 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 3.1.3 |
Ultimo Aggiornamento | 2018-09-20 |
Data di Pubblicazione | 2018-09-19 |
Sviluppatore | https://liuwanle.com |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Open Translator" }, "description": "Quick access to Google Translate", "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Quick access to Translator", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "3.1.3" } |