Grammer Ungooder
Fix all that pesky 'correct' grammer
Cos'è Grammer Ungooder?
Grammer Ungooder è un'estensione di Chrome sviluppata da ianfox, e la sua funzione principale è "Fix all that pesky 'correct' grammer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grammer Ungooder
Scarica i file di estensione Grammer Ungooder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Grammer Ungooder |
ID | dnefmfcaboiimmkibdjbnciggbfpeeco |
URL Ufficiale | https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco |
Descrizione | Fix all that pesky 'correct' grammer |
Dimensione del File | 48.14 KB |
Conteggio Installazioni | 9,127 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-03-29 |
Data di Pubblicazione | 2016-03-28 |
Valutazione | 3.76/5 Totale 29 Valutazioni |
Sviluppatore | ianfox |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |