ToChunkA Smart Tabs

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

ToChunkA Smart Tabsคืออะไร?

ToChunkA Smart Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tochunka.com และคุณลักษณะหลักของมันคือ "Organizes a heap of tabs and bookmarks in a smart - easy to read way."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ToChunkA Smart Tabs

ดาวน์โหลดไฟล์ส่วนขยาย ToChunkA Smart Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}