Grammer Ungooder
Fix all that pesky 'correct' grammer
Apa itu Grammer Ungooder?
Grammer Ungooder adalah ekstensi Chrome yang dikembangkan oleh ianfox, dan fitur utamanya adalah "Fix all that pesky 'correct' grammer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Grammer Ungooder
Unduh file ekstensi Grammer Ungooder 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
Do you ever think the internet can't possibly be any stupider? Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!
Informasi Dasar Ekstensi
Nama | Grammer Ungooder |
ID | dnefmfcaboiimmkibdjbnciggbfpeeco |
URL Resmi | https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco |
Deskripsi | Fix all that pesky 'correct' grammer |
Ukuran File | 48.14 KB |
Jumlah Instalasi | 9,127 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-03-29 |
Tanggal Publikasi | 2016-03-28 |
Penilaian | 3.76/5 Total 29 Penilaian |
Pengembang | ianfox |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammer Ungooder", "version": "1.2", "description": "Fix all that pesky 'correct' grammer", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |