Bookmark All My Tabs

Bookmark all tabs open in the current window.

什么是Bookmark All My Tabs?

Bookmark All My Tabs是由Dan Caprine开发的Chrome扩展程序,该扩展的主要功能是“Bookmark all tabs open in the current window.”。

扩展截图

screenshot

下载Bookmark All My Tabs扩展crx文件

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

扩展使用说明

                        Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window.

This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.                    

扩展基本信息

名称 Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
官方URL https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
简介 Bookmark all tabs open in the current window.
文件大小 15.94 KB
安装次数 608
当前版本 1.0
更新时间 2014-04-30
上架时间 2014-04-30
评分 4.71/5 共7次评分
开发者 Dan Caprine
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark All My Tabs",
    "description": "Bookmark all tabs open in the current window.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "background": {
        "scripts": [
            "bookmarkAllMyTabs.js"
        ]
    },
    "browser_action": {
        "default_title": "Bookmark All My Tabs",
        "default_icon": "icon_48.png"
    }
}