Tab Session - history, tabs and bookmarks

Improve your productivity in Chrome browser with quickly navigating through tabs, bookmarks or history and more.

Τι είναι το Tab Session - history, tabs and bookmarks;

Το Tab Session - history, tabs and bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tabs Manager, και η κύρια λειτουργία του είναι "Improve your productivity in Chrome browser with quickly navigating through tabs, bookmarks or history and more.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Tab Session - history, tabs and bookmarks

Λήψη αρχείων επέκτασης Tab Session - history, tabs and bookmarks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Tab Session adds super features to the Chrome browser, which allows you to generally improve your experience in using the browser.

Surely you have open tabs in the browser that are very useful for you, but at the moment you don’t need them and for some reason you don’t want to bookmark them (for example: so as not to clog the bookmark list), but you also don’t want to lose them in the browser reading list. 
Then this is the solution for you - Tab Session (manager history, tabs and bookmarks)!

Our extension helps you manage open tabs by saving and closing the ones that aren't needed at this exact moment, so you can be more efficient working on one thing at a time.

Basic features on Tab Session:

-  Save and close an entire window to start working on something else
-  Search your browsing history
- Сontrol your bookmarks from extension
-  Switch, open, close, or search your browser tabs
- Open multiple links in a single click
- Collect a list of design, photo, code or any web pages ( Google Docs, Gmail, Google Translate and others) 

Tab Session is absolutely Free! 

This extension also makes the overall experience faster, with tab recycling. When opening something, the extension will prevent the loading of a new tab, opting to re-use an already-open one instead.

If you like our product, please tell your friends about it and also we will glad see your comments, ratings for app. Feel free to ask questions or offer your ideas to improve our extension.                    

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

Όνομα Tab Session - history, tabs and bookmarks Tab Session - history, tabs and bookmarks
ID mlpknngnojgniobijmbodnjdkikajelj
Επίσημο URL https://chromewebstore.google.com/detail/tab-session-history-tabs/mlpknngnojgniobijmbodnjdkikajelj
Περιγραφή Improve your productivity in Chrome browser with quickly navigating through tabs, bookmarks or history and more.
Μέγεθος Αρχείου 1.93 MB
Αριθμός Εγκαταστάσεων 3,467
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2024-02-11
Ημερομηνία Δημοσίευσης 2022-01-28
Αξιολόγηση 3.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Tabs Manager
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/tab-session/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "Tab Session",
    "offline_enabled": true,
    "version": "1.0.7",
    "manifest_version": 3,
    "action": {
        "icons": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "commands": {
        "open-omni": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open command menu"
        }
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/inject.js",
                "js\/lib\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/content.html",
                "html\/tab.html",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "browsingData",
        "history",
        "scripting",
        "search",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/gstatic.com\/*",
        "*:\/\/*\/*"
    ]
}