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 https://smarttabsorganizer.weebly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Tabs Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}