Now To Meow
Replaces the text 'now' with 'meow'.
Now To Meowとは何ですか?
Now To MeowはJeremy Moutonによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'now' with 'meow'.」です。
Now To Meow拡張機能のCRXファイルをダウンロード
Now To Meow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaced the word "now" with "meow".
拡張機能の基本情報
名前 | ![]() |
ID | elngnopokeojkeojolnennkikbdlfjnd |
公式URL | https://chrome.google.com/webstore/detail/now-to-meow/elngnopokeojkeojolnennkikbdlfjnd |
説明 | Replaces the text 'now' with 'meow'. |
ファイルサイズ | 3.34 KB |
インストール数 | 51 |
現在のバージョン | 1.0 |
最終更新日 | 2013-10-29 |
公開日 | 2013-10-28 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Jeremy Mouton |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now To Meow", "version": "1.0", "description": "Replaces the text 'now' with 'meow'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |