GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Cos'è GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator è un'estensione di Chrome sviluppata da samscode, e la sua funzione principale è "Automatically translates the Internet to Pig Latin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoHam - Pig Latin Translator
Scarica i file di estensione GoHam - Pig Latin 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
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Informazioni di Base sull'Estensione
Nome | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
URL Ufficiale | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Descrizione | Automatically translates the Internet to Pig Latin. |
Dimensione del File | 12.41 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2019-07-26 |
Data di Pubblicazione | 2019-07-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | samscode |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.google.com/chrome/privacy |
Lingue Supportate | 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" ] } |