ToChunkA Smart Tabs

Organizes a heap of tabs and bookmarks in a smart - easy to read way.

ToChunkA Smart Tabs란 무엇입니까?

ToChunkA Smart Tabs은(는) https://tochunka.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organizes a heap of tabs and bookmarks in a smart - easy to read way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ToChunkA Smart Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It groups opened browser tabs and bookmarks by relevance.

Although it may look simple and yet it is a powerful tool that:
 -   ensures smooth reading flow;
 -   saves your time on relevant tab search and switching;
 -   helps to reveal implicit insights and story behind;
 -   sparks new ideas.

And more is yet to come.

Supported languages: English, Ukrainian, Russian.
Others are partially supported.                    

확장 프로그램 기본 정보

이름 ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
공식 URL https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
설명 Organizes a heap of tabs and bookmarks in a smart - easy to read way.
파일 크기 65.1 KB
설치 횟수 131
현재 버전 0.40
최근 업데이트 2023-10-11
출시 날짜 2020-11-20
평점 4.50/5 총 2 개의 평점
개발자 https://tochunka.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tochunka.com/smart-tabs/
도움말 페이지 URL https://tochunka.com/smart-tabs/
개인정보 보호 정책 페이지 URL https://tochunka.com/smart-tabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToChunkA Smart Tabs",
    "description": "Organizes a heap of tabs and bookmarks in a smart - easy to read way.",
    "version": "0.40",
    "homepage_url": "https:\/\/tochunka.com\/#solutions",
    "icons": {
        "48": "img\/smarttabs_48.png",
        "96": "img\/smarttabs_96.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "Readability.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "Readability.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.htm",
        "chrome_style": true
    },
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "incognito": "not_allowed"
}