Open Tabs

Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.

Τι είναι το Open Tabs;

Το Open Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.opentabs.io, και η κύρια λειτουργία του είναι "Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.".

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

screenshot
screenshot

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

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

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

                        Open Tabs allows you to create groups of tabs, save them across multiple devices, and re-open them later. Reduce memory consumption and speed up your computer by saving into groups all the tabs that you don't need right now, and focus on what's relevant.

If you usually find your browser with dozens of tabs open at a time or if you have several sets of tabs that you always use for specific activities in Chrome, you might find Open Tabs very useful.

Open Tabs syncs to your Google account which means you it will remember your tab groups on any computer as long as you're signed in and you can customize it however you want.

This extension is still in development, and therefore it will continue to improve over time. Your feedback is always very welcome.                    

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

Όνομα Open Tabs Open Tabs
ID hohlhlgjmkmoifphmaloogebclmjnhgb
Επίσημο URL https://chromewebstore.google.com/detail/open-tabs/hohlhlgjmkmoifphmaloogebclmjnhgb
Περιγραφή Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 1,207
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2017-04-16
Ημερομηνία Δημοσίευσης 2017-04-16
Αξιολόγηση 4.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://www.opentabs.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.opentabs.io/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.opentabs.io/help.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "short_name": "Open Tabs",
    "description": "Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.",
    "version": "1.1.1",
    "homepage_url": "http:\/\/www.opentabs.io\/",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_title": "Open Tabs",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/[email protected]"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/[email protected]",
        "128": "images\/icons\/[email protected]"
    }
}