ktab

A better way to bookmark.

Τι είναι το ktab;

Το ktab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ktab.io, και η κύρια λειτουργία του είναι "A better way to bookmark.".

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever had so many tabs open that you can't even see the titles of the websites in Chrome's toolbar? Have you ever kept large numbers of tabs open for days just to avoid losing them? Has your computer ever run low on RAM from memory hogging websites?

Ktab was designed to help solve these problems. Click the Ktab icon and you'll immediately see a list of every tab you currently have open. Select the tabs you want to bookmark, optionally add a list of tags to describe them, and then click the save button. 

The tabs you've selected will be closed, and a new tab will open up with a list of all your bookmarks. Ktab allows you to filter these bookmarks based on their tags, the sites they're from, and the day, week, month, or year they were created during. 

Not only will you unclutter your browser with Ktab, but you'll reduce Chrome's memory usage and gain insight into how you browse the web. Use Ktab for a few months (or years) and then go through your archive to see what you were interested in during a given time period in your life. 

Websites form the greatest repository of information ever created. Don't lose your links to that information. With Ktab you can keep your tabs forever.                    

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

Όνομα ktab ktab
ID mlibmgejgeafgacoflmnkekjigookhhl
Επίσημο URL https://chromewebstore.google.com/detail/ktab/mlibmgejgeafgacoflmnkekjigookhhl
Περιγραφή A better way to bookmark.
Μέγεθος Αρχείου 222 KB
Αριθμός Εγκαταστάσεων 768
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-10-14
Ημερομηνία Δημοσίευσης 2019-10-14
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://ktab.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ktab.io
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ktab",
    "version": "1.2",
    "description": "A better way to bookmark.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "index.html#popup=true"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "commands": {
        "ViewBookMarks": {
            "suggested_key": {
                "default": "Shift+Alt+Space"
            },
            "description": "View your bookmarks."
        }
    }
}