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
官方URL 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
}