Binder

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

Hvad er Binder?

Binder er en Chrome-udvidelse udviklet af Jae Kwak, og dens hovedfunktion er "Save commonly used sets of tabs and quickly open them all at once.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Binder-udvidelses-CRX-fil

Download Binder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
Officiel URL https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Beskrivelse Save commonly used sets of tabs and quickly open them all at once.
Filstørrelse 24.26 KB
Antal Installationer 82
Nuværende Version 1.0.2
Senest Opdateret 2018-01-12
Udgivelsesdato 2018-01-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Jae Kwak
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}