Browser Tab Master

Easily manage your tabs, organize tabs with groups, save tabs for later use.

Qu'est-ce que Browser Tab Master ?

Browser Tab Master est une extension Chrome développée par Lemay, et sa fonction principale est "Easily manage your tabs, organize tabs with groups, save tabs for later use.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Browser Tab Master

Téléchargez les fichiers d'extension Browser Tab Master 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

                        Manage and Organize Browser Tabs

* Drag & Drop to organize
* Save tabs to groups for later use
* Add tabs to saved groups
* Move tabs from saved groups to windows
* Synchronize saved tabs across devices(use Chrome's built-in sync provided by Google)                    

Informations de Base sur l'Extension

Nom Browser Tab Master Browser Tab Master
ID bcbapamhiimefhefkddjbncfgpieccdd
URL Officiel https://chromewebstore.google.com/detail/browser-tab-master/bcbapamhiimefhefkddjbncfgpieccdd
Description Easily manage your tabs, organize tabs with groups, save tabs for later use.
Taille du Fichier 110 KB
Nombre d'Installations 16
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-10-15
Date de Publication 2017-10-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Lemay
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://nmhnmh.github.io/browser-tab-master
URL de la Page de Politique de Confidentialité http://lemay.cc/en/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/nmhnmh.github.io\/browser-tab-master",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png",
        "1024": "icons\/icon_1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png",
            "1024": "icons\/icon_1024.png"
        },
        "default_title": "__MSG_ext_short_name__"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "*.jpg",
        "*.jpeg",
        "*.png",
        "*.gif"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}