Smart Tabs Organizer

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

Smart Tabs Organizer là gì?

Smart Tabs Organizer là một tiện ích mở rộng Chrome được phát triển bởi https://smarttabsorganizer.weebly.com, và tính năng chính của nó là "Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Tabs Organizer

Tải xuống các tệp mở rộng Smart Tabs Organizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Tabs Organizer Smart Tabs Organizer
ID ijefkdkfgdhiomggpammggofhnkaeopl
URL Chính Thức https://chromewebstore.google.com/detail/smart-tabs-organizer/ijefkdkfgdhiomggpammggofhnkaeopl
Mô tả Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.
Kích Thước Tệp 6.86 MB
Số Lần Cài Đặt 1,402
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2023-04-09
Ngày Phát Hành 2021-04-21
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://smarttabsorganizer.weebly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://smarttabsorganizer.weebly.com/
Ngôn Ngữ Được Hỗ Trợ 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
}