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.

What is Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. is a Chrome extension developed by http://ratankumar.org, and its main feature is "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".

Extension Screenshots

screenshot

Download Url Opener - Opens pasted URL in new tab. Extension CRX File

Download Url Opener - Opens pasted URL in new tab. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
Official URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Description Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
File Size 35.29 KB
Installation Count 34
Current Version 1.0
Last Updated 2014-07-29
Publish Date 2014-07-29
Rating 2.00/5 Total 1 Ratings
Developer http://ratankumar.org
Email [email protected]
Payment Type free
Help Page URL http://ratankumar.org
Supported Languages 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
}