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.

Cos'è Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. è un'estensione di Chrome sviluppata da http://ratankumar.org, e la sua funzione principale è "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Url Opener - Opens pasted URL in new tab.

Scarica i file di estensione Url Opener - Opens pasted URL in new tab. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
URL Ufficiale https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Descrizione Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Dimensione del File 35.29 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2014-07-29
Data di Pubblicazione 2014-07-29
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore http://ratankumar.org
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://ratankumar.org
Lingue Supportate 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
}