Session Quicksave

A Chrome extension for quickly saving all open tabs inside a window into the browser bookmarks (with some configurability)

Τι είναι το Session Quicksave;

Το Session Quicksave είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bjesuiter, και η κύρια λειτουργία του είναι "A Chrome extension for quickly saving all open tabs inside a window into the browser bookmarks (with some configurability)".

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

screenshot
screenshot
screenshot

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

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

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

                        Do you ever struggle with too many open tabs which hogs on your memory?
Do you need a quick way of saving your current browsing state when a new task interrupts your flow?
Do all interesting 'Session saving' extensions seem way too cluttered or don't sync your sessions across your chrome instances?

Then this extension is for you!

This is a suuuuper simple extension, which allows you to save the tabs in your current window as bookmarks in two clicks!

First: Click the extension icon in your chrome toolbar
Second: Enter a name for your session and click 'Ok'
=> Finished!

Now your session is firmly save in a folder called 'Sessions' in your Bookmark Bar per default.(*)
Since it is in your bookmarks, the folder will be synced to all your chrome instances automatically!

* This folder is selectable in the options for this extension.
   The default 'Sessions' folder is in "Bookmark Bar/Sessions"

Beta limitations:
- Options Page is not polished and contains only most important option (for setting the Folder where all your sessions should be saved)
- More Testing required to have a polished extension from install to everyday use                    

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

Όνομα Session Quicksave Session Quicksave
ID fnkohghmlhjonhifnakaejendkgfkbeg
Επίσημο URL https://chromewebstore.google.com/detail/session-quicksave/fnkohghmlhjonhifnakaejendkgfkbeg
Περιγραφή A Chrome extension for quickly saving all open tabs inside a window into the browser bookmarks (with some configurability)
Μέγεθος Αρχείου 417 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.4.0
Τελευταία Ενημέρωση 2021-02-07
Ημερομηνία Δημοσίευσης 2020-04-18
Προγραμματιστής bjesuiter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Quicksave",
    "homepage_url": "https:\/\/github.com\/bjesuiter\/chrome-session-quicksave",
    "description": "A Chrome extension for quickly saving all open tabs inside a window into the browser bookmarks (with some configurability)",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "48": "assets\/img\/icon-48.png",
        "56": "assets\/img\/icon-56.png",
        "64": "assets\/img\/icon-64.png",
        "128": "assets\/img\/icon-128.png",
        "256": "assets\/img\/icon-256.png",
        "512": "assets\/img\/icon-512.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png"
        },
        "default_title": "Session Quicksave"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "assets\/icons\/*.png",
        "assets\/img\/*.png",
        "assets\/error-htmls\/illegal-or-missing-url.html"
    ],
    "permissions": [
        "bookmarks",
        "notifications",
        "storage",
        "tabs"
    ],
    "version": "0.4.0"
}