Brave Translator
A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.
Cos'è Brave Translator?
Brave Translator è un'estensione di Chrome sviluppata da Shawn McCool, e la sua funzione principale è "A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brave Translator
Scarica i file di estensione Brave 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
Context-menu or shortcut key your way into a page translated with Google Translate.
Informazioni di Base sull'Estensione
Nome | Brave Translator |
ID | nlejongokighfhpbgjpebeipeofncpda |
URL Ufficiale | https://chromewebstore.google.com/detail/brave-translator/nlejongokighfhpbgjpebeipeofncpda |
Descrizione | A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2. |
Dimensione del File | 26.06 KB |
Conteggio Installazioni | 8,761 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-10-18 |
Data di Pubblicazione | 2021-05-13 |
Valutazione | 4.29/5 Totale 7 Valutazioni |
Sviluppatore | Shawn McCool |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brave Translator", "description": "A quick way to translate full pages in Brave \/ Chromium. Click the icon or Ctrl + Shift + 2.", "version": "1.1", "manifest_version": 3, "permissions": [ "tabs", "contextMenus" ], "action": { "default_title": "Translate this page." }, "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png" }, "background": { "service_worker": "background.js" }, "commands": { "translate-page": { "suggested_key": { "default": "Ctrl + Shift + 2", "mac": "Ctrl + Shift + 2" }, "description": "Translates current page." } } } |