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.

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

Url Opener - Opens pasted URL in new tab. is een Chrome-extensie ontwikkeld door http://ratankumar.org, en de belangrijkste functie is "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Url Opener - Opens pasted URL in new tab.

Download Url Opener - Opens pasted URL in new tab.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
Officiële URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Beschrijving Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Bestandsgrootte 35.29 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-29
Publicatiedatum 2014-07-29
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://ratankumar.org
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://ratankumar.org
Ondersteunde Talen 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
}