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 to jest Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. to rozszerzenie Chrome opracowane przez http://ratankumar.org, a jego główną funkcją jest „Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Url Opener - Opens pasted URL in new tab.

Pobierz pliki rozszerzeń Url Opener - Opens pasted URL in new tab. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
Oficjalny URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Opis Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Rozmiar pliku 35.29 KB
Liczba instalacji 34
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-29
Data Publikacji 2014-07-29
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper http://ratankumar.org
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://ratankumar.org
Obsługiwane Języki 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
}