Beludia - Save All Tabs

Save all currently open tabs, and reopen them on restart!

Τι είναι το Beludia - Save All Tabs;

Το Beludia - Save All Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ColeInc, και η κύρια λειτουργία του είναι "Save all currently open tabs, and reopen them on restart!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Beludia - Save All Tabs

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

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

                        Save All Tabs allows you to save all your currently open tabs in all chrome windows, and allows you to quickly re-open them back up exactly where you left off.

✅ Saves tabs in multiple windows
✅ Saves the order all your tabs were arranged in
✅ Remembers if it was a regular or incognito window
✅ Export all tabs to chrome bookmarks

Features:

⚫ Save Tabs - Saves all current tabs in all currently opened Chrome windows.
⚫ Load Tabs - Opens your previously saved Chrome tabs in the exact same window layout they were in when you saved them originally.
⚫ Auto Open on Start - On/Off switch to specify if the user wants their previously saved tabs to automatically be opened when launching chrome after restart.
⚫ Auto Save Tabs - Periodically saves all your currently tabs. There's an input box which allows the user to specify the auto save frequency if experiencing any processing / networking delays.
⚫ Export Tabs to Chrome Bookmarks - Exports all currently open Chrome tabs into a Chrome Bookmarks folder. Default folder will be created as SAVE ALL TABS at the highest bookmarks level.                    

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

Όνομα Beludia - Save All Tabs Beludia - Save All Tabs
ID nflekaoakegjcogmjhnfdfijhmhmneim
Επίσημο URL https://chromewebstore.google.com/detail/beludia-save-all-tabs/nflekaoakegjcogmjhnfdfijhmhmneim
Περιγραφή Save all currently open tabs, and reopen them on restart!
Μέγεθος Αρχείου 38.11 KB
Αριθμός Εγκαταστάσεων 133
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-01-16
Ημερομηνία Δημοσίευσης 2021-08-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής ColeInc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beludia - Save All Tabs",
    "version": "1.1",
    "description": "Save all currently open tabs, and reopen them on restart!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "cole",
        "icons": [
            "images\/icon.png"
        ],
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "bookmarks",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}