Binder

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

Was ist Binder?

Binder ist eine Chrome-Erweiterung, die von Jae Kwak entwickelt wurde, und ihr Hauptmerkmal ist "Save commonly used sets of tabs and quickly open them all at once.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Binder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
Offizielle URL https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Beschreibung Save commonly used sets of tabs and quickly open them all at once.
Dateigröße 24.26 KB
Installationsanzahl 82
Aktuelle Version 1.0.2
Letztes Update 2018-01-12
Veröffentlichungsdatum 2018-01-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Jae Kwak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}