Bookmark All My Tabs

Bookmark all tabs open in the current window.

Qu'est-ce que Bookmark All My Tabs ?

Bookmark All My Tabs est une extension Chrome développée par Dan Caprine, et sa fonction principale est "Bookmark all tabs open in the current window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmark All My Tabs

Téléchargez les fichiers d'extension Bookmark All My Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
URL Officiel https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
Description Bookmark all tabs open in the current window.
Taille du Fichier 15.94 KB
Nombre d'Installations 608
Version Actuelle 1.0
Dernière Mise à Jour 2014-04-30
Date de Publication 2014-04-30
Évaluation 4.71/5 Total 7 Évaluations
Développeur Dan Caprine
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}