Max Tabs

A small extension to limit the number of open tabs.

什么是Max Tabs?

Max Tabs是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A small extension to limit the number of open tabs.”。

扩展截图

screenshot

下载Max Tabs扩展crx文件

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

扩展使用说明

                        Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.                    

扩展基本信息

名称 Max Tabs Max Tabs
ID ghhcibaghjbdjmnknknlnbobcblfcnma
官方URL https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma
简介 A small extension to limit the number of open tabs.
文件大小 35.65 KB
安装次数 5,162
当前版本 1.0.3
更新时间 2018-10-10
上架时间 2018-10-10
评分 3.67/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A small extension to limit the number of open tabs.",
    "version": "1.0.3",
    "name": "Max Tabs",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "management",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}