GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Hvad er GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator er en Chrome-udvidelse udviklet af samscode, og dens hovedfunktion er "Automatically translates the Internet to Pig Latin.".
Udvidelsesskærmbilleder
Download GoHam - Pig Latin Translator-udvidelses-CRX-fil
Download GoHam - Pig Latin Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
Officiel URL | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Beskrivelse | Automatically translates the Internet to Pig Latin. |
Filstørrelse | 12.41 KB |
Antal Installationer | 72 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2019-07-26 |
Udgivelsesdato | 2019-07-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | samscode |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.google.com/chrome/privacy |
Understøttede Sprog | 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" ] } |