Haverfordonyms
Haverfordize your browsing experience!
Haverfordonymsとは何ですか?
HaverfordonymsはHaverCorpによって開発されたChromeの拡張機能で、その主な機能は「Haverfordize your browsing experience!」です。
拡張機能のスクリーンショット
Haverfordonyms拡張機能のCRXファイルをダウンロード
Haverfordonyms拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turns lame words in your browser (tortilla) into awesome Tom Haverford-ized words (bean blankie).
---
Chicken Cacciatore -> Chicky Catch
Fried Chicken -> Fri Fri Chicky Chick
Chicken Parm -> Chicky Chicky Parm Parm
Noodle -> Long Ass Rice
Cake -> Big ol' Cookie
Air Conditioner -> Cool Blasterz
Sandwiches -> Adam Sandlers
Entree -> Tray Tray
Dessert -> Zert
Egg -> Pre-bird or Future Bird
Root Beer -> Super Water
Fork -> Food Rake
Tortilla -> Bean Blankie
Car -> Go-go Mobile
---
(from the T.V. show Parks and Recreation)
problems & ideas: [email protected] 拡張機能の基本情報
| 名前 | |
| ID | lgaebaeaofpkegijbhlcpekeagmdfekc |
| 公式URL | https://chromewebstore.google.com/detail/haverfordonyms/lgaebaeaofpkegijbhlcpekeagmdfekc |
| 説明 | Haverfordize your browsing experience! |
| ファイルサイズ | 39.87 KB |
| インストール数 | 40 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2014-02-10 |
| 公開日 | 2014-02-09 |
| 評価 | 4.40/5 合計 10 レビュー |
| 開発者 | HaverCorp |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Haverfordonyms",
"version": "0.2",
"description": "Haverfordize your browsing experience!",
"author": "jkeat",
"icons": {
"128": "haverford_128.png",
"48": "haverford_48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |