GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Qu'est-ce que GoHam - Pig Latin Translator ?
GoHam - Pig Latin Translator est une extension Chrome développée par samscode, et sa fonction principale est "Automatically translates the Internet to Pig Latin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GoHam - Pig Latin Translator
Téléchargez les fichiers d'extension GoHam - Pig Latin Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Informations de Base sur l'Extension
Nom | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
URL Officiel | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Description | Automatically translates the Internet to Pig Latin. |
Taille du Fichier | 12.41 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2019-07-26 |
Date de Publication | 2019-07-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | samscode |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.google.com/chrome/privacy |
Langues Prises en Charge | 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" ] } |