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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organizes a heap of tabs and bookmarks in a smart - easy to read way."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ToChunkA Smart Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}