Url Opener - Opens pasted URL in new tab.

Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.

Url Opener - Opens pasted URL in new tab. क्या है?

Url Opener - Opens pasted URL in new tab. http://ratankumar.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time."।

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

screenshot

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

crx प्रारूप में Url Opener - Opens pasted URL in new tab. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Enter each URL in new line or comma separated and click the "Open All". The app will then open all the pages in separate tabs.                    

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

नाम Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
आधिकारिक URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
विवरण Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
फ़ाइल का आकार 35.29 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-07-29
प्रकाशन तिथि 2014-07-29
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर http://ratankumar.org
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://ratankumar.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Opener - Opens pasted URL in new tab. ",
    "description": "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Url-Opener",
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}