Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Mass Tab Opener क्या है?

Mass Tab Opener http://alanchavez.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button"।

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

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

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

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

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

नाम Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
आधिकारिक URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
विवरण This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
फ़ाइल का आकार 626 KB
स्थापना संख्या 225
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-02-07
प्रकाशन तिथि 2014-02-07
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर http://alanchavez.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://alanchavez.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}