集装箱

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

ما هو 集装箱؟

集装箱 هو إضافة Chrome تم تطويرها بواسطة 哩呵، والميزة الرئيسية لها هي "一个插件,提供一揽子服务。".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 集装箱

قم بتنزيل ملفات الامتداد 集装箱 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم 集装箱 集装箱
ID kbgigmcnifmaklccibmlepmahpfdhjch
عنوان URL الرسمي https://chromewebstore.google.com/detail/%E9%9B%86%E8%A3%85%E7%AE%B1/kbgigmcnifmaklccibmlepmahpfdhjch
الوصف 一个插件,提供一揽子服务。
حجم الملف 915 KB
عدد التثبيتات 71,520
النسخة الحالية 0.2.9
آخر تحديث 2020-12-13
تاريخ النشر 2020-05-18
تقييم 4.70/5 مجموع تقييمات 214
المطور 哩呵
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://a.newday.me/
عنوان صفحة المساعدة http://go.newday.me/s/one-doc
عنوان صفحة سياسة الخصوصية http://www.newday.me/privacy.html
اللغات المدعومة 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"
}