Brave Translator
A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.
Co to jest Brave Translator?
Brave Translator to rozszerzenie Chrome opracowane przez Shawn McCool, a jego główną funkcją jest „A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Brave Translator
Pobierz pliki rozszerzeń Brave Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Context-menu or shortcut key your way into a page translated with Google Translate.
Podstawowe informacje o rozszerzeniu
Nazwa | Brave Translator |
ID | nlejongokighfhpbgjpebeipeofncpda |
Oficjalny URL | https://chromewebstore.google.com/detail/brave-translator/nlejongokighfhpbgjpebeipeofncpda |
Opis | A quick way to translate full pages in Brave / Chromium. Click the icon or Ctrl + Shift + 2. |
Rozmiar pliku | 26.06 KB |
Liczba instalacji | 8,761 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-10-18 |
Data Publikacji | 2021-05-13 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | Shawn McCool |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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." } } } |