TabSqueeze

Squeeze your tabs and save or share them anywhere

TabSqueeze क्या है?

TabSqueeze https://tabsqueeze.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Squeeze your tabs and save or share them anywhere"।

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

screenshot
screenshot

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

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

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

                        You've heard of links shorteners. TabSqueeze is tabs shortener! :)

It solves the problem of too many tabs in Chrome. When you have too may tabs it consumes both your computer memory, and  your concentration.

Instead of keeping tabs around just because you hope to return to them later, compress them into single link!
You can add that link into your notes, To-Do tracker, or share with a friend.

TabSqueeze provides the fastest way to compress any number of tabs into a single web page.

TabSqueeze features:

- Compresses tabs into single link
- Auto-copies link into clipboard
- It respects pinned tabs and keeps them open
- Ability to squeeze selected tabs (use Shift+Click on tabs)
- Restore all links and turn them back to tabs in one click                    

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

नाम TabSqueeze TabSqueeze
ID lgkpgmidgejbdlgijmapikkhaljeaogk
आधिकारिक URL https://chromewebstore.google.com/detail/tabsqueeze/lgkpgmidgejbdlgijmapikkhaljeaogk
विवरण Squeeze your tabs and save or share them anywhere
फ़ाइल का आकार 495 KB
स्थापना संख्या 124
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-01-28
प्रकाशन तिथि 2018-01-28
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://tabsqueeze.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tabsqueeze.com
सहायता पृष्ठ URL http://tabsqueeze.com/faq
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "TabSqueeze",
    "icons": {
        "16": "squeezed16x16.png",
        "32": "squeezed32x32.png",
        "48": "squeezed48x48.png",
        "64": "squeezed64x64.png",
        "128": "squeezed128x128.png"
    },
    "browser_action": {
        "default_title": "TabSqueeze",
        "default_icon": "squeezed64x64.png"
    },
    "author": "Maxim Topchu ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tabsqueeze.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "tabs",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "description": "Squeeze your tabs and save or share them anywhere",
    "version": "1.0.0"
}