ShortTabs

Keep your Google Chrome browsing in one tab!

Τι είναι το ShortTabs;

Το ShortTabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον officextensions, και η κύρια λειτουργία του είναι "Keep your Google Chrome browsing in one tab!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ShortTabs, have your Google Chrome browsing in one tab!

Tired of having multiple tabs open on your Google Chrome consuming your computer memory? It is now possible to unite all tabs in one, using ShortTabs you will be able to better organize your browsing and save RAM memory on your computer.

Everytime you get lost having lots of open tabs at once, clique on our extension icon that all of them will be grouped in one tab, allowing you the possibility to access, at any time, all the websites you were visiting previously, thanks to the fact that every link will be stored on your computer and even if you turn it off, they will remain there.

ShortTabs not only helps you save all your open tabs, but it also saves your computer’s RAM memory. We all know that one of the biggest memory consumer is Google Chrome, keeping all your tabs into a single one will make possible gain a lot of performance on your computer, so that you may be able to use it with games, movies, or other apps as you may see fit.

If you’re not used to keep many open tabs on your browser, and yet keep losing URLs that you might have needed later, ShortTabs will also help you as it organizes your browsing tabs more neatly, intuitively and simply.

CHARACTERISTICS:
Free to use
Autosave
Integration to browser
Easy to use
Helps you save RAM memory
Organizes your browsing experience

Try it out, now, it’s free!                    

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

Όνομα ShortTabs ShortTabs
ID pplidnfdmceeiljgbhkhoefaogfikmmh
Επίσημο URL https://chrome.google.com/webstore/detail/shorttabs/pplidnfdmceeiljgbhkhoefaogfikmmh
Περιγραφή Keep your Google Chrome browsing in one tab!
Μέγεθος Αρχείου 472 KB
Αριθμός Εγκαταστάσεων 192
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2019-11-04
Ημερομηνία Δημοσίευσης 2019-11-02
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής officextensions
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://officextensions.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "browsingData",
        "activeTab",
        "webRequest",
        "notifications",
        "tabs",
        "storage",
        "*:\/\/code.jquery.com\/*",
        "*:\/\/cdnjs.cloudflare.com\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts\/contentScripts.js"
            ],
            "html": [
                "contentScripts\/index.html"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/messages.js"
        ]
    },
    "icons": {
        "48": "assets\/icons\/icon.png"
    },
    "manifest_version": 2
}