Bookmark All My Tabs

Bookmark all tabs open in the current window.

What is Bookmark All My Tabs?

Bookmark All My Tabs is a Chrome extension developed by Dan Caprine, and its main feature is "Bookmark all tabs open in the current window.".

Extension Screenshots

screenshot

Download Bookmark All My Tabs Extension CRX File

Download Bookmark All My Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
Official URL https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
Description Bookmark all tabs open in the current window.
File Size 15.94 KB
Installation Count 608
Current Version 1.0
Last Updated 2014-04-30
Publish Date 2014-04-30
Rating 4.71/5 Total 7 Ratings
Developer Dan Caprine
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}