TouchCat
This extension is TouchCat.
什麼是TouchCat?
TouchCat是由yuting1987開發的Chrome擴展程式,該擴展的主要功能是“This extension is TouchCat.”。
擴展截圖
下載TouchCat擴展crx文件
下載TouchCat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hoaghoddfoiocckakhkkfgmjhieinlbf |
| 官方網址 | 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"
]
}
]
} | |