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.

¿Qué es Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. es una extensión de Chrome desarrollada por http://ratankumar.org, y su función principal es "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Url Opener - Opens pasted URL in new tab.

Descarga archivos de extensión Url Opener - Opens pasted URL in new tab. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
URL Oficial https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Descripción Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Tamaño del Archivo 35.29 KB
Cantidad de Instalaciones 34
Versión Actual 1.0
Última Actualización 2014-07-29
Fecha de Publicación 2014-07-29
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador http://ratankumar.org
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://ratankumar.org
Idiomas Soportados 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
}