OneTab Plus:Tab Manage & Productivity

Save 95% of memory and reduce label clutter.

什么是OneTab Plus:Tab Manage & Productivity?

OneTab Plus:Tab Manage & Productivity是由mifish开发的Chrome扩展程序,该扩展的主要功能是“Save 95% of memory and reduce label clutter.”。

扩展截图

screenshot
screenshot

下载OneTab Plus:Tab Manage & Productivity扩展crx文件

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

扩展使用说明

                        Free help you categorize and organize tabs,making it efficientand more convenient to use the Chrome browser                    

扩展基本信息

名称 OneTab Plus:Tab Manage & Productivity OneTab Plus:Tab Manage & Productivity
ID lepdjbhbkpfenckechpdfohdmkhogojf
官方URL https://chromewebstore.google.com/detail/onetab-plustab-manage-pro/lepdjbhbkpfenckechpdfohdmkhogojf
简介 Save 95% of memory and reduce label clutter.
文件大小 181 KB
安装次数 37,493
当前版本 18.9.6.1646
更新时间 2018-09-06
上架时间 2018-09-06
评分 4.39/5 共244次评分
开发者 mifish
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.yearnnewtab.com/public/privacy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_Tab_Master__",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icon\/128.png"
    },
    "background": {
        "page": "background\/bg.html"
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_title": "__MSG_Tab_Master__"
    },
    "options_ui": {
        "page": "option\/option.html",
        "open_in_tab": true
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'",
    "offline_enabled": true,
    "version": "18.9.6.1646",
    "minimum_chrome_version": "30"
}