Bookmark All My Tabs

Bookmark all tabs open in the current window.

Vad är Bookmark All My Tabs?

Bookmark All My Tabs är en Chrome-tillägg utvecklad av Dan Caprine, och dess huvudfunktion är "Bookmark all tabs open in the current window.".

Tilläggsskärmbilder

screenshot

Ladda ner Bookmark All My Tabs-förlängningens CRX-fil

Ladda ner Bookmark All My Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
Officiell webbadress https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
Beskrivning Bookmark all tabs open in the current window.
Filstorlek 15.94 KB
Antal Installationer 608
Aktuell Version 1.0
Senast Uppdaterad 2014-04-30
Publiceringsdatum 2014-04-30
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare Dan Caprine
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}