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
官方網址 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'"
}