Bookmark All My Tabs

Bookmark all tabs open in the current window.

Wat is Bookmark All My Tabs?

Bookmark All My Tabs is een Chrome-extensie ontwikkeld door Dan Caprine, en de belangrijkste functie is "Bookmark all tabs open in the current window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark All My Tabs

Download Bookmark All My Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
Officiële URL https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
Beschrijving Bookmark all tabs open in the current window.
Bestandsgrootte 15.94 KB
Aantal Installaties 608
Huidige Versie 1.0
Laatst Bijgewerkt 2014-04-30
Publicatiedatum 2014-04-30
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Dan Caprine
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}