TabFern tab manager and backup tool

Save and restore your tabs and windows, and navigate tabs in a vertical view.

Τι είναι το TabFern tab manager and backup tool;

Το TabFern tab manager and backup tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cxw42.github.io/TabFern, και η κύρια λειτουργία του είναι "Save and restore your tabs and windows, and navigate tabs in a vertical view.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης TabFern tab manager and backup tool

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

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

                        TabFern organizes your browsing life.  It shows all your open windows and tabs in one place, for immediate access.  With one click, you can close a window, and then bring it back any time with one more click.  With two clicks, you can backup all those URLs to a text file, or restore a backup.  No need to login to copy browsing sessions between computers!  With TabFern, switching between projects is a breeze, and you can leave a task behind without worrying about losing the pages.  TabFern is perfect for researchers, the perpetually curious, and anyone who winds up with way too many tabs open at once!

TabFern is under active development, so please do not hesitate to report bugs or provide feedback via GitHub.  TabFern is offered AS-IS, and with NO WARRANTY — see the license on the Web site for full details.  However, the primary author uses TabFern almost 365 days a year, so bug reports should receive a quick response :) .  If you would like to contribute to TabFern's development, feel free — we welcome pull requests and would be happy to help you get started.

Permissions: The "Read your browsing history" permission permits TabFern to access the URLs and titles of pages you visit, so that it can help you manage your tabs.  TabFern stores that data only on your computer, and does not send it anywhere.

TabFern is inspired by the Tabs Outliner extension by Vladyslav Volovyk.  However, TabFern is a completely separate extension, and is not affiliated with Tabs Outliner or with Vladyslav in any way.                    

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

Όνομα TabFern tab manager and backup tool TabFern tab manager and backup tool
ID hbajjpcdbninabigakflkhiogmmjaakm
Επίσημο URL https://chromewebstore.google.com/detail/tabfern-tab-manager-and-b/hbajjpcdbninabigakflkhiogmmjaakm
Περιγραφή Save and restore your tabs and windows, and navigate tabs in a vertical view.
Μέγεθος Αρχείου 1.69 MB
Αριθμός Εγκαταστάσεων 1,733
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2022-12-26
Ημερομηνία Δημοσίευσης 2020-04-04
Αξιολόγηση 4.10/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://cxw42.github.io/TabFern
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cxw42.github.io/TabFern/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/cxw42/TabFern/discussions
URL της Σελίδας Πολιτικής Απορρήτου https://cxw42.github.io/TabFern/privacy.html
Υποστηριζόμενες Γλώσσες de,en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_wsLongName__",
    "short_name": "__MSG_wsShortName__",
    "version": "0.3.1.1337",
    "version_name": "0.3.1",
    "offline_enabled": true,
    "manifest_version": 2,
    "minimum_chrome_version": "54",
    "description": "Save and restore your tabs and windows, and navigate tabs in a vertical view.",
    "homepage_url": "https:\/\/cxw42.github.io\/TabFern\/",
    "icons": {
        "16": "\/assets\/favicon.png",
        "48": "\/assets\/fern48.png",
        "128": "\/assets\/fern128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "settings\/index.html",
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/favicon.png",
            "48": "\/assets\/fern48.png",
            "128": "\/assets\/fern128.png"
        },
        "default_title": "TabFern"
    },
    "permissions": [
        "file:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/assets\/*",
        "\/t\/*"
    ],
    "commands": {
        "reveal-view": {
            "description": "Open the TabFern window"
        }
    }
}