GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
Apa itu GoHam - Pig Latin Translator?
GoHam - Pig Latin Translator adalah ekstensi Chrome yang dikembangkan oleh samscode, dan fitur utamanya adalah "Automatically translates the Internet to Pig Latin.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoHam - Pig Latin Translator
Unduh file ekstensi GoHam - Pig Latin Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
Informasi Dasar Ekstensi
Nama | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
URL Resmi | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
Deskripsi | Automatically translates the Internet to Pig Latin. |
Ukuran File | 12.41 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2019-07-26 |
Tanggal Publikasi | 2019-07-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | samscode |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.google.com/chrome/privacy |
Bahasa yang Didukung | 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" ] } |