Seamless

Fix the Chrome tabs mess

Τι είναι το Seamless;

Το Seamless είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://seamlessbrowser.com, και η κύρια λειτουργία του είναι "Fix the Chrome tabs mess".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Frustrated with the amount of tabs you have open?

Safely close the tabs that are not needed now
Restore from the cloud later

Browse like normal,
everything is saved automatically

More info at https://seamlessbrowser.com                    

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

Όνομα Seamless Seamless
ID lfpmphbkdblmjiacldmnnnohplomklch
Επίσημο URL https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch
Περιγραφή Fix the Chrome tabs mess
Μέγεθος Αρχείου 2.96 MB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 2.0.0.2
Τελευταία Ενημέρωση 2020-12-21
Ημερομηνία Δημοσίευσης 2020-07-06
Προγραμματιστής https://seamlessbrowser.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://seamlessbrowser.com
Διεύθυνση URL της Σελίδας Βοήθειας https://seamlessbrowser.com/review
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seamless",
    "version": "2.0.0.2",
    "description": "Fix the Chrome tabs mess",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/seamless16.png",
            "32": "images\/seamless32.png",
            "48": "images\/seamless48.png",
            "128": "images\/seamless128.png"
        },
        "default_title": "Seamless"
    },
    "icons": {
        "16": "images\/seamless16.png",
        "32": "images\/seamless32.png",
        "48": "images\/seamless48.png",
        "128": "images\/seamless128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "select-session-down": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "select session: down"
        },
        "select-session-up": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "select session: up"
        },
        "select-session-select": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right"
            },
            "description": "select session: select"
        }
    },
    "manifest_version": 2
}