TouchCat
This extension is TouchCat.
TouchCatとは何ですか?
TouchCatはyuting1987によって開発されたChromeの拡張機能で、その主な機能は「This extension is TouchCat.」です。
拡張機能のスクリーンショット
TouchCat拡張機能のCRXファイルをダウンロード
TouchCat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | hoaghoddfoiocckakhkkfgmjhieinlbf |
公式URL | https://chrome.google.com/webstore/detail/touchcat/hoaghoddfoiocckakhkkfgmjhieinlbf |
説明 | This extension is TouchCat. |
ファイルサイズ | 635 KB |
インストール数 | 46 |
現在のバージョン | 0.2.2 |
最終更新日 | 2013-11-15 |
公開日 | 2013-11-15 |
評価 | 4.50/5 合計 10 レビュー |
開発者 | yuting1987 |
支払い方法 | free |
拡張機能のウェブサイト | http://touchday.2013.nodeknockout.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TouchCat", "description": "This extension is TouchCat.", "version": "0.2.2", "content_security_policy": "script-src 'self' https:\/\/touchday.2013.nodeknockout.com\/; object-src 'self'", "web_accessible_resources": [ "action\/*.png" ], "permissions": [ "identity", "tabs", "https:\/\/github.com\/", "https:\/\/ajax.googleapis.com\/", "http:\/\/touchday.2013.nodeknockout.com\/" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "scripts\/socket.io.js", "scripts\/json2.js", "scripts\/underscore-min.js", "scripts\/backbone-min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ "scripts\/jquery.min.js", "content\/content.js" ] }, { "matches": [ "http:\/\/touchday.2013.nodeknockout.com\/login-success*" ], "js": [ "scripts\/jquery.min.js", "auth.js" ] } ] } |