Bad Grammar
Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Co je Bad Grammar?
Bad Grammar je rozšíření Chrome vyvinuté vocativinteractive, a jeho hlavní funkcí je „Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.“.
Stáhnout soubor CRX rozšíření Bad Grammar
Stáhněte si soubory rozšíření Bad Grammar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Terrorize the grammar vigilantes in your life.
This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage.
Install, sit back, and light a cigar. Základní Informace o Rozšíření
| Název | |
| ID | londgekpgonfdkegomlndocggleeeifa |
| Oficiální URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
| Popis | Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see. |
| Velikost souboru | 17.81 KB |
| Počet instalací | 13 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2016-03-09 |
| Datum Vydání | 2016-03-09 |
| Vývojář | vocativinteractive |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://goo.gl/SsAhv |
| URL Stránky Nápovědy | https://goo.gl/SsAhv |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bad Grammar",
"version": "1.0",
"description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |