Tabs4Later

This extension allows users to store currently open tabs into temporary saved groups to be re-opened at a later time

Τι είναι το Tabs4Later;

Το Tabs4Later είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον michael_hirabayashi, και η κύρια λειτουργία του είναι "This extension allows users to store currently open tabs into temporary saved groups to be re-opened at a later time".

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

screenshot
screenshot

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

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

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

                        Tab management is a hassle. Tabs4Later can help reduce the number of running processes on the machine resulting in a cleaner and faster browser experience that is easy to use. Users can save open tabs into custom groups that can be re-opened at a later time. 

Features:
- Drag currently open tabs (listed on right side of new tab page) into a group.  This will close the tab in the chrome window and save it within the destination group. 
- Clicking a tab in a group section will cause the selected tab to open in a new window
- Clicking the 'Open All Tabs' button will open all the tabs in a selected group
- Clicking 'Clear Group' button will remove all the saved tabs from a selected group
- Clicking 'Delete Group' button will delete the group and all of its tabs 
- Users can click the T4L icon on a webpage to save the current page into a selected group without closing the active tab
- Users can create new groups to save tabs
- Users can close individual tabs by clicking the 'x' on each currently open tab in the list displayed on the right side of the new tab page
- Users can remove individual tabs from a group by clicking the 'x' on each saved tab                    

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

Όνομα Tabs4Later Tabs4Later
ID eelcoijecgaglhnokiodhkkiamfhfkla
Επίσημο URL https://chromewebstore.google.com/detail/tabs4later/eelcoijecgaglhnokiodhkkiamfhfkla
Περιγραφή This extension allows users to store currently open tabs into temporary saved groups to be re-opened at a later time
Μέγεθος Αρχείου 7.83 MB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.12
Τελευταία Ενημέρωση 2016-12-07
Ημερομηνία Δημοσίευσης 2016-12-07
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής michael_hirabayashi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs4Later",
    "description": "This extension allows users to store currently open tabs into temporary saved groups to be re-opened at a later time",
    "version": "1.12",
    "browser_action": {
        "default_icon": ".\/docs\/1_Desktop_Icons\/icon_048.png",
        "default_popup": ".\/lib\/popup.html"
    },
    "icons": {
        "16": ".\/docs\/1_Desktop_Icons\/icon_016.png",
        "48": ".\/docs\/1_Desktop_Icons\/icon_048.png",
        "128": ".\/docs\/1_Desktop_Icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/lib\/newtab.html"
    },
    "web_accessible_resources": [
        ".\/lib\/newtab.html"
    ]
}