Binder

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

Cos'è Binder?

Binder è un'estensione di Chrome sviluppata da Jae Kwak, e la sua funzione principale è "Save commonly used sets of tabs and quickly open them all at once.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Binder

Scarica i file di estensione Binder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
URL Ufficiale https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Descrizione Save commonly used sets of tabs and quickly open them all at once.
Dimensione del File 24.26 KB
Conteggio Installazioni 82
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-01-12
Data di Pubblicazione 2018-01-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jae Kwak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}