Smart Tabs Organizer

Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.

Τι είναι το Smart Tabs Organizer;

Το Smart Tabs Organizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smarttabsorganizer.weebly.com, και η κύρια λειτουργία του είναι "Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.".

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

screenshot
screenshot

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

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

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

                        Do you find yourself struggling to manage numerous open tabs while browsing? Look no further than our extension that employs advanced machine learning to group your tabs by similar content, making it easier to navigate your browsing history.

We value your privacy, which is why we do not collect any personal data. Your information is yours and will remain that way. Our extension uses tab titles to organize them into similar groups, ensuring no sensitive user information is stored.

Install our extension now and enjoy an organized browsing experience!                    

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

Όνομα Smart Tabs Organizer Smart Tabs Organizer
ID ijefkdkfgdhiomggpammggofhnkaeopl
Επίσημο URL https://chromewebstore.google.com/detail/smart-tabs-organizer/ijefkdkfgdhiomggpammggofhnkaeopl
Περιγραφή Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.
Μέγεθος Αρχείου 6.86 MB
Αριθμός Εγκαταστάσεων 1,402
Τρέχουσα Έκδοση 0.0.1.1
Τελευταία Ενημέρωση 2023-04-09
Ημερομηνία Δημοσίευσης 2021-04-21
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://smarttabsorganizer.weebly.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://smarttabsorganizer.weebly.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Tabs Organizer",
    "version": "0.0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "tabGroups",
        "storage",
        "background"
    ],
    "background": {
        "service_worker": "background_automatic.js"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Smart Tabs Organizer"
    },
    "icons": {
        "16": "resources\/0.0.0.2\/icon-earth-16.png",
        "32": "resources\/0.0.0.2\/icon-earth-32.png",
        "48": "resources\/0.0.0.2\/icon-earth-48.png",
        "128": "resources\/0.0.0.2\/icon-earth-128.png"
    },
    "manifest_version": 3
}