AllTabs

Manage Tabs

什么是AllTabs?

AllTabs是由jiten开发的Chrome扩展程序,该扩展的主要功能是“Manage Tabs”。

扩展截图

screenshot

下载AllTabs扩展crx文件

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

扩展使用说明

                        AllTabs is a tab manager for your chrome web browser. 

Save All Tabs
Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session.

Open Tabs Later
Open previously saved files anytime. You can store thousands of sessions in your chrome browser.


*Copy All Tabs so that you can share with others.
*Open Multiple URLs in one click
*Save all open tabs so that can be opened later
*Bookmark Multiple Pages with one name
*Save incognito and Cognito window separately                    

扩展基本信息

名称 AllTabs AllTabs
ID fffhmhcillaopdbhllfffhfhbcnkioco
官方URL https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco
简介 Manage Tabs
文件大小 74 KB
安装次数 3,153
当前版本 1.0
更新时间 2017-08-29
上架时间 2017-08-29
评分 4.25/5 共12次评分
开发者 jiten
付费类型 free
扩展官网 https://alltabs.oxyzen.in
支持的语言 en
manifest.json
{
    "name": "AllTabs",
    "description": "Manage Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/is.min.js",
                "js\/clipboard.js",
                "js\/moment.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AllTabs",
        "default_icon": "img\/icon-active.png"
    }
}