GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Wat is GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator is een Chrome-extensie ontwikkeld door samscode, en de belangrijkste functie is "Automatically translates the Internet to Pig Latin.".
Extensie Screenshots
Download het CRX-bestand van de extensie GoHam - Pig Latin Translator
Download GoHam - Pig Latin Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Basisinformatie over de Extensie
Naam | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
Officiële URL | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Beschrijving | Automatically translates the Internet to Pig Latin. |
Bestandsgrootte | 12.41 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2019-07-26 |
Publicatiedatum | 2019-07-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | samscode |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.google.com/chrome/privacy |
Ondersteunde Talen | 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" ] } |