Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

什麼是Keeping Tabs?

Keeping Tabs是由Ryan Slocum開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension aiming to simplify the surplus of tabs in one's browser”。

擴展截圖

screenshot

下載Keeping Tabs擴展crx文件

下載Keeping Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

擴展基本資訊

名稱 Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
官方網址 https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
簡介 A chrome extension aiming to simplify the surplus of tabs in one's browser
檔案大小 10.73 KB
安裝次數 160
目前版本 0.1.6
更新時間 2020-09-29
上架時間 2020-05-09
開發者 Ryan Slocum
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}