Knox to Jackie Handz
Replaces the text 'Andrew Knox' with 'Jackie Handz'.
Knox to Jackie Handzとは何ですか?
Knox to Jackie HandzはDick Hatchによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Andrew Knox' with 'Jackie Handz'.」です。
拡張機能のスクリーンショット
Knox to Jackie Handz拡張機能のCRXファイルをダウンロード
Knox to Jackie Handz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Knox to Jackie Handz |
ID | mcedooifonhkbamlbanngbbckbkihiho |
公式URL | https://chromewebstore.google.com/detail/knox-to-jackie-handz/mcedooifonhkbamlbanngbbckbkihiho |
説明 | Replaces the text 'Andrew Knox' with 'Jackie Handz'. |
ファイルサイズ | 31.11 KB |
インストール数 | 18 |
現在のバージョン | 1.2 |
最終更新日 | 2015-04-30 |
公開日 | 2015-04-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Dick Hatch |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Knox to Jackie Handz", "version": "1.2", "description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |