PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

PopOut क्या है?

PopOut Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar."।

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

screenshot
screenshot

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

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

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

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

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

नाम PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
आधिकारिक URL https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
विवरण Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
फ़ाइल का आकार 5.66 KB
स्थापना संख्या 111
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-04-11
प्रकाशन तिथि 2014-04-11
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopOut",
    "short_name": "PopOut",
    "version": "1.0",
    "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Pop out tabs to right"
    }
}