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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |