Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

Τι είναι το Tab List;

Το Tab List είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 0xfd000000, και η κύρια λειτουργία του είναι "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

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

screenshot

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

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

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

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

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

Όνομα Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
Επίσημο URL https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Περιγραφή Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Μέγεθος Αρχείου 36.36 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2018-04-08
Ημερομηνία Δημοσίευσης 2018-04-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής 0xfd000000
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/0xfd000000/tablist
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/0xfd000000/tablist/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}