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によって開発されたChromeの拡張機能で、その主な機能は「Groups your tabs by similar content using Machine Learning. Privacy first! No user information is being stored.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Smart Tabs Organizer拡張機能のCRXファイルをダウンロード

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
Eメール [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
}