Binder

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

Τι είναι το Binder;

Το Binder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jae Kwak, και η κύρια λειτουργία του είναι "Save commonly used sets of tabs and quickly open them all at once.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Binder

Λήψη αρχείων επέκτασης Binder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
Επίσημο URL https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Περιγραφή Save commonly used sets of tabs and quickly open them all at once.
Μέγεθος Αρχείου 24.26 KB
Αριθμός Εγκαταστάσεων 82
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2018-01-12
Ημερομηνία Δημοσίευσης 2018-01-12
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Jae Kwak
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}