TabPacker

Bring all tabs into TabPacker

TabPacker क्या है?

TabPacker https://whatever-will-be-que-sera-sera.tumblr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring all tabs into TabPacker"।

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

screenshot
screenshot

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

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

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

                        just click on the TabPacker icon in the top right side next to address bar.
  
  
Double-click icon: Tab Packer
    
Single-click icon: Open Tab Container
   
 

Shortcut keys
------------------------
TabPaker = Alt + P

**Change shortcut keys

Just open the extensions page
scroll to the bottom of the page and click "Configure commands". 
------------------------


   
   
  
By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab.
When you need to access the tabs again, you can either restore them individually or all.                    

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

नाम TabPacker TabPacker
ID enhgdbcbbhomncfniecilneicdopfdog
आधिकारिक URL https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog
विवरण Bring all tabs into TabPacker
फ़ाइल का आकार 98.11 KB
स्थापना संख्या 65
वर्तमान संस्करण 2.1
अंतिम अपडेट 2015-05-09
प्रकाशन तिथि 2015-05-08
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर https://whatever-will-be-que-sera-sera.tumblr.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabPacker",
    "version": "2.1",
    "description": "Bring all tabs into TabPacker",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TabPacker"
    },
    "web_accessible_resources": [
        "stack.html",
        "load.html"
    ],
    "commands": {
        "myCommand_tabpacker": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Send tabs command"
        }
    },
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        "",
        "storage",
        "sessions",
        "unlimitedStorage"
    ]
}