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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}