Gun = Murder Weapon
Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.
Gun = Murder Weaponとは何ですか?
Gun = Murder WeaponはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.」です。
拡張機能のスクリーンショット
Gun = Murder Weapon拡張機能のCRXファイルをダウンロード
Gun = Murder Weapon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspired by Byron Clark's Chrome extension that changes the phrase "political correctness" to "treating people with respect" (http://bit.ly/1fNsSHh), I decided to take the same idea and apply it to my long time feeling that if we called guns what they were (murder weapons), we might all have a different attitude toward them.
Two recent occurrences of gun violence hit exceptionally close to home, with people I know being directly affected. This morning I woke up to a story of a law enforcement officer being shot and killed while filling up his patrol car at the gas station.
See how different the web is when we call guns what they are--murder weapons.
Feel free to make suggestions for additional words to change to "murder weapon".
Links:
Byron Clark's "PC2Respect" http://bit.ly/1fNsSHh
Make Your Own Text-Replacing Chrome Extension http://9to5google.com/2015/06/14/how-to-make-a-chrome-extensions/ 拡張機能の基本情報
| 名前 | |
| ID | pfediiobchlhllkhlpnoikhbbmgibhlk |
| 公式URL | https://chromewebstore.google.com/detail/gun-murder-weapon/pfediiobchlhllkhlpnoikhbbmgibhlk |
| 説明 | Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web. |
| ファイルサイズ | 3.59 KB |
| インストール数 | 169 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-08-30 |
| 公開日 | 2015-08-29 |
| 評価 | 2.00/5 合計 17 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gun = Murder Weapon",
"description": "Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |