Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

什么是Chrome Cats Inc?

Chrome Cats Inc是由ChromeCats开发的Chrome扩展程序,该扩展的主要功能是“Second Extension focusing on the worldwide issue of feline absence!”。

扩展截图

screenshot

下载Chrome Cats Inc扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
官方URL https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
简介 Second Extension focusing on the worldwide issue of feline absence!
文件大小 18.15 KB
安装次数 21
当前版本 0.1
更新时间 2019-02-05
上架时间 2019-02-04
评分 5.00/5 共1次评分
开发者 ChromeCats
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Cats Inc",
    "version": "0.1",
    "description": "Second Extension focusing on the worldwide issue of feline absence!",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/cat48.png"
    },
    "icons": {
        "16": "images\/cat16.png",
        "32": "images\/cat32.png",
        "48": "images\/cat48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}