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.
Bad Grammarとは何ですか?
Bad Grammarはvocativinteractiveによって開発されたChromeの拡張機能で、その主な機能は「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.」です。
Bad Grammar拡張機能のCRXファイルをダウンロード
Bad Grammar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | londgekpgonfdkegomlndocggleeeifa |
| 公式URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
| 説明 | 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. |
| ファイルサイズ | 17.81 KB |
| インストール数 | 13 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-03-09 |
| 公開日 | 2016-03-09 |
| 開発者 | vocativinteractive |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://goo.gl/SsAhv |
| ヘルプページのURL | https://goo.gl/SsAhv |
| 対応言語 | 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"
}
} | |