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.

Co je Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. je rozšíření Chrome vyvinuté http://ratankumar.org, a jeho hlavní funkcí je „Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Url Opener - Opens pasted URL in new tab.

Stáhněte si soubory rozšíření Url Opener - Opens pasted URL in new tab. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
Oficiální URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Popis Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Velikost souboru 35.29 KB
Počet instalací 34
Aktuální Verze 1.0
Poslední Aktualizace 2014-07-29
Datum Vydání 2014-07-29
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář http://ratankumar.org
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://ratankumar.org
Podporované Jazyky 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
}