Incorrekt Grammer
Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
什麼是Incorrekt Grammer?
Incorrekt Grammer是由Kyle Apfel開發的Chrome擴展程式,該擴展的主要功能是“Have a friend that is really passionate about the English language? Then don't install this extension on their machine.”。
擴展截圖
下載Incorrekt Grammer擴展crx文件
下載Incorrekt Grammer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions. Have fun! You jerk.
擴展基本資訊
名稱 | Incorrekt Grammer |
ID | damdmppnaeplnlemdcjbfkepjhaaabnb |
官方網址 | https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb |
簡介 | Have a friend that is really passionate about the English language? Then don't install this extension on their machine. |
檔案大小 | 28.93 KB |
安裝次數 | 162 |
目前版本 | 0.1 |
更新時間 | 2015-09-06 |
上架時間 | 2015-09-06 |
開發者 | Kyle Apfel |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incorrekt Grammer", "version": "0.1", "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |