Binder

Save commonly used sets of tabs and quickly open them all at once.

Qu'est-ce que Binder ?

Binder est une extension Chrome développée par Jae Kwak, et sa fonction principale est "Save commonly used sets of tabs and quickly open them all at once.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Binder

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

                        Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets.

Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window.

If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.                    

Informations de Base sur l'Extension

Nom Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
URL Officiel https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Description Save commonly used sets of tabs and quickly open them all at once.
Taille du Fichier 24.26 KB
Nombre d'Installations 82
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-01-12
Date de Publication 2018-01-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Jae Kwak
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binder",
    "description": "Save commonly used sets of tabs and quickly open them all at once.",
    "version": "1.0.2",
    "icons": {
        "64": "Images\/icon64x64.png"
    },
    "options_page": "manager.html",
    "browser_action": {
        "default_icon": "Images\/icon64x64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "binder"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "bookmarks"
    ]
}