集装箱

一个插件,提供一揽子服务。

What is 集装箱?

集装箱 is a Chrome extension developed by 哩呵, and its main feature is "一个插件,提供一揽子服务。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 集装箱 Extension CRX File

Download 集装箱 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        一个插件,提供一揽子服务。定位类似于Tampermonkey的脚本管理器,用户可以根据自己需要安装和更新应用。                    

Extension Basic Information

Name 集装箱 集装箱
ID kbgigmcnifmaklccibmlepmahpfdhjch
Official URL https://chromewebstore.google.com/detail/%E9%9B%86%E8%A3%85%E7%AE%B1/kbgigmcnifmaklccibmlepmahpfdhjch
Description 一个插件,提供一揽子服务。
File Size 915 KB
Installation Count 71,520
Current Version 0.2.9
Last Updated 2020-12-13
Publish Date 2020-05-18
Rating 4.70/5 Total 214 Ratings
Developer 哩呵
Email [email protected]
Payment Type free
Extension Website http://a.newday.me/
Help Page URL http://go.newday.me/s/one-doc
Privacy Policy Page URL http://www.newday.me/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u96c6\u88c5\u7bb1",
    "author": "\u54e9\u5475",
    "version": "0.2.9",
    "description": "\u4e00\u4e2a\u63d2\u4ef6\uff0c\u63d0\u4f9b\u4e00\u63fd\u5b50\u670d\u52a1\u3002",
    "default_locale": "zh_CN",
    "manifest_version": 2,
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "proxy",
        "cookies",
        "commands",
        "downloads",
        "notifications",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "logo\/logo_16.png",
        "48": "logo\/logo_48.png",
        "96": "logo\/logo_96.png",
        "128": "logo\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/logo_16.png",
            "48": "logo\/logo_48.png",
            "128": "logo\/logo_128.png"
        },
        "default_title": "\u96c6\u88c5\u7bb1",
        "default_popup": "\/one\/popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/register.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "commands": {
        "command-auto-update": {
            "suggested_key": {
                "mac": "Command+Shift+1",
                "default": "Alt+Shift+1"
            },
            "description": "\u81ea\u52a8\u66f4\u65b0\u5e94\u7528"
        },
        "command-install-all": {
            "suggested_key": {
                "mac": "Command+Shift+2",
                "default": "Alt+Shift+2"
            },
            "description": "\u5b89\u88c5\u6240\u6709\u5e94\u7528"
        },
        "command-update-all": {
            "suggested_key": {
                "mac": "Command+Shift+3",
                "default": "Alt+Shift+3"
            },
            "description": "\u66f4\u65b0\u6240\u6709\u5e94\u7528"
        },
        "toggle-proxy-status": {
            "suggested_key": {
                "mac": "Command+Shift+4",
                "default": "Alt+Shift+4"
            },
            "description": "\u5207\u6362\u4ee3\u7406\u72b6\u6001"
        }
    },
    "options_page": "\/one\/store\/manage.html",
    "homepage_url": "http:\/\/go.newday.me\/s\/one-home"
}