TabPunk

Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!

TabPunk क्या है?

TabPunk https://tabpunk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        TabPunk - The Simplest Tab Manager

Tired of drowning in a sea of open tabs? TabPunk offers a comprehensive solution to effortlessly organize your tabs into collections and spaces for quick & easy access.

TAB MANAGEMENT
With TabPunk, you can organize your tabs and links into custom collections and spaces, allowing you to easily switch between them and stay focused on the task at hand.
No more endless scrolling or searching for that one tab buried deep in your browser history.

SPACES & COLLECTIONS
By keeping your tabs and links organized into different spaces, you can switch context between personal and work projects without losing focus.
Goodbye distractions, hello getting-things-done!

AUTO-SYNC
With TabPunk's auto-sync feature, you can seamlessly access your organized tabs and saved links across all your devices. Whether you're switching between your computer, laptop, or mobile device, TabPunk ensures that your tab collections and spaces are always up-to-date and readily available.

For support, email us at [email protected] - we’ll try to respond within 24 hours.

Terms of Use: https://www.tabpunk.com/terms-of-use
Privacy Policy: https://www.tabpunk.com/privacy-policy                    

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

नाम TabPunk TabPunk
ID kmlenlgoldchdbfkmlloocjkggjgaffb
आधिकारिक URL https://chromewebstore.google.com/detail/tabpunk/kmlenlgoldchdbfkmlloocjkggjgaffb
विवरण Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!
फ़ाइल का आकार 737 KB
स्थापना संख्या 293
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2023-08-09
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर https://tabpunk.com
ईमेल [email protected]
भुगतान के प्रकार in_app
सहायता पृष्ठ URL https://www.tabpunk.com/support
गोपनीयता नीति पृष्ठ URL https://www.tabpunk.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabPunk",
    "version": "0.3.1",
    "description": "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}