Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Click for Kittensとは何ですか?
Click for KittensはAdam Darbyshireによって開発されたChromeの拡張機能で、その主な機能は「Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…」です。
拡張機能のスクリーンショット
Click for Kittens拡張機能のCRXファイルをダウンロード
Click for Kittens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas Suwannakrua, http://raindropmemory.deviantart.com/
拡張機能の基本情報
名前 | Click for Kittens |
ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
公式URL | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
説明 | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
ファイルサイズ | 23.22 KB |
インストール数 | 91 |
現在のバージョン | 1.2 |
最終更新日 | 2013-05-21 |
公開日 | 2013-05-20 |
評価 | 4.15/5 合計 13 レビュー |
開発者 | Adam Darbyshire |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click for Kittens", "version": "1.2", "permissions": [ "activeTab" ], "icon": "iconbig.png", "background": { "scripts": [ "kittens.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Click for Kittens" }, "manifest_version": 2 } |