GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Co to jest GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator to rozszerzenie Chrome opracowane przez samscode, a jego główną funkcją jest „Automatically translates the Internet to Pig Latin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoHam - Pig Latin Translator
Pobierz pliki rozszerzeń GoHam - Pig Latin 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
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
Oficjalny URL | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Opis | Automatically translates the Internet to Pig Latin. |
Rozmiar pliku | 12.41 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2019-07-26 |
Data Publikacji | 2019-07-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | samscode |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.google.com/chrome/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoHam - Pig Latin Translator", "short_name": "GoHam", "description": "Automatically translates the Internet to Pig Latin.", "version": "1.2.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "doit.js" ] } ], "permissions": [ "storage", "*:\/\/*\/*", "activeTab" ] } |