Tabby

An advanced tab session manager for Chrome

Τι είναι το Tabby;

Το Tabby είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 10th Planet, και η κύρια λειτουργία του είναι "An advanced tab session manager for Chrome".

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

screenshot
screenshot
screenshot

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

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

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

                        Tabby is a powerful extension to Chrome that allows you to categorize and save your sessions while browsing the web.

Tabby enables you to focus on specific tasks while browsing (for e.g. research of a particular topic), save those pages as a separate session and switch between saved sessions. This can be pretty handy when you want to take a break from your current activity and explore something else for a while.

Tabby is also capable of using Chrome's sync feature to save your sessions across devices if you have Chrome's sign in feature enabled (read more about this at http://goo.gl/HpBmf9), and is limited only by Chrome's sync limits (http://goo.gl/fyPBl3). This is very useful if you use more than one device with Chrome for your online browsing.

Some of Tabby's uses include,
● visiting your favorite video sites to check for any new videos
● catching up on news from your favorite sites
● storing pages that you want to revisit later while researching online
● and pretty much any pages you want to visit periodically


NOTE: Please post any feature requests, bugs or questions using the Feedback link in the Details tab (http://goo.gl/D7uPm0), and not on the Review page.

Note from developer:
This is the first public release of Tabby and is in beta currently to gather feedback from interested users, based on which an updated version will be released. Hence any feedback would be much appreciated.                    

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

Όνομα Tabby Tabby
ID jagodfglaafhkohchlcbloacemmicjal
Επίσημο URL https://chromewebstore.google.com/detail/tabby/jagodfglaafhkohchlcbloacemmicjal
Περιγραφή An advanced tab session manager for Chrome
Μέγεθος Αρχείου 319 KB
Αριθμός Εγκαταστάσεων 376
Τρέχουσα Έκδοση 3.34.7
Τελευταία Ενημέρωση 2014-07-22
Ημερομηνία Δημοσίευσης 2014-07-22
Αξιολόγηση 4.50/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής 10th Planet
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extn_name__",
    "short_name": "__MSG_extn_name__",
    "version": "3.34.7",
    "default_locale": "en",
    "description": "__MSG_extn_description__",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png"
        },
        "default_title": "__MSG_extn_name__",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "30",
    "permissions": [
        "tabs",
        "storage"
    ]
}