Manage your tabs

Manage tabs in new tab to Kanban board. You can also save tabs.

Manage your tabs क्या है?

Manage your tabs kukeast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage tabs in new tab to Kanban board. You can also save tabs."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Manage your tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can move or delete open tabs from a new tab by drag and drop.
View all open windows in one window, Move and delete tabs to clean up dirty windows.                    

एक्सटेंशन की मूल जानकारी

नाम Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
आधिकारिक URL https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
विवरण Manage tabs in new tab to Kanban board. You can also save tabs.
फ़ाइल का आकार 142 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2020-11-13
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर kukeast
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Manage your tabs."
    },
    "background": {
        "scripts": [
            "js\/js.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}