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.
Hvad er Bad Grammar?
Bad Grammar er en Chrome-udvidelse udviklet af vocativinteractive, og dens hovedfunktion er "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.".
Download Bad Grammar-udvidelses-CRX-fil
Download Bad Grammar-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | londgekpgonfdkegomlndocggleeeifa |
| Officiel URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
| Beskrivelse | 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. |
| Filstørrelse | 17.81 KB |
| Antal Installationer | 13 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2016-03-09 |
| Udgivelsesdato | 2016-03-09 |
| Udvikler | vocativinteractive |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://goo.gl/SsAhv |
| Hjælpeside-URL | https://goo.gl/SsAhv |
| Understøttede Sprog | 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"
}
} | |