OneTab

节省高达95%的内存,并减轻标签页混乱现象

What is OneTab?

OneTab is a Chrome extension developed by bilingkeji, and its main feature is "节省高达95%的内存,并减轻标签页混乱现象".

Extension Screenshots

screenshot

Download OneTab Extension CRX File

Download OneTab 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

                        简介:节省高达95%的内存,并减轻标签页混乱现象
功能说明:当您发现自己有太多的标签页时,单击OneTab图标,将所有标签页转换成一个列表。当您需要再次访问这些标签页时,可以单独或全部恢复它们。                    

Extension Basic Information

Name OneTab OneTab
ID dmbldendbmjklgefpfedmnnijdffgpnk
Official URL https://chromewebstore.google.com/detail/onetab/dmbldendbmjklgefpfedmnnijdffgpnk
Description 节省高达95%的内存,并减轻标签页混乱现象
File Size 445 KB
Installation Count 756
Current Version 2.21
Last Updated 2017-11-22
Publish Date 2017-11-21
Rating 3.75/5 Total 4 Ratings
Developer bilingkeji
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneTab",
    "description": "__MSG_manifestDescription__",
    "version": "2.21",
    "default_locale": "zh_CN",
    "commands": {
        "display-onetab": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "__MSG_displayOneTab__"
        },
        "send-current-tab-to-onetab": {
            "description": "__MSG_sendCurrentTabToOneTab__"
        }
    },
    "icons": {
        "128": "images\/extension-icon128.png",
        "48": "images\/extension-icon48.png",
        "16": "images\/extension-icon16.png"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ext-onetab-concatenated-sources-contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "ext-onetab-concatenated-sources-background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}