The Garnisher
Replaces words with other words to create funny scenarios.
The Garnisherとは何ですか?
The GarnisherはElliot Brazierによって開発されたChromeの拡張機能で、その主な機能は「Replaces words with other words to create funny scenarios.」です。
拡張機能のスクリーンショット
The Garnisher拡張機能のCRXファイルをダウンロード
The Garnisher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Garnisher is designed to mess with your webpage by making grammar and spelling errors
Donald Trump -> Donald Duck
Hillary (Rodham) Clinton -> Hill (Hamrod) Dog
Uppercase I's are now lowercase
Investigated -> instigated
Can't -> can
seven -> 7
Their and they're -> there
whose -> whos
Obama -> Osama
debate -> dance-off
self driving -> uncontrollably swerving
poll -> psychic reading
horsepower -> tons of horsemeat
candidate -> airbender
drone -> dog
vows to -> probably won't
at large -> very large
successfully -> suddenly
expands -> physically expands
an unknown number -> like hundreds
front runner -> blade runner
global -> spherical
no indication -> lots of signs
I would not recommend using this for anything other than pranking 拡張機能の基本情報
| 名前 | |
| ID | flaclgjgcobhpciikknpohdmcjciejag |
| 公式URL | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
| 説明 | Replaces words with other words to create funny scenarios. |
| ファイルサイズ | 15.84 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.12 |
| 最終更新日 | 2016-01-08 |
| 公開日 | 2016-01-08 |
| 評価 | 1.75/5 合計 4 レビュー |
| 開発者 | Elliot Brazier |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Garnisher",
"description": "Replaces words with other words to create funny scenarios.",
"version": "1.12",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*\/*\/*"
],
"js": [
"findandreplacedomtext.js",
"content.js"
],
"run_at": "document_end"
}
]
} | |