TouchCat

This extension is TouchCat.

什么是TouchCat?

TouchCat是由yuting1987开发的Chrome扩展程序,该扩展的主要功能是“This extension is TouchCat.”。

扩展截图

screenshot

下载TouchCat扩展crx文件

下载TouchCat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 TouchCat TouchCat
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"
            ]
        }
    ]
}