Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Nashey Cougarとは何ですか?
Nashey Cougarはdan devineによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.」です。
拡張機能のスクリーンショット
Nashey Cougar拡張機能のCRXファイルをダウンロード
Nashey Cougar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name. 拡張機能の基本情報
| 名前 | |
| ID | jjoajpghilppoeackfnbafblijkhocno |
| 公式URL | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
| 説明 | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
| ファイルサイズ | 46.16 KB |
| インストール数 | 15 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2015-03-27 |
| 公開日 | 2015-03-27 |
| 開発者 | dan devine |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://danieldevine.github.io/nashey-cougar/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nashey Cougar",
"version": "1.3",
"description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.",
"browser_action": {
"default_icon": "nc.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |