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.

Что такое Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab. - это расширение Chrome, разработанное http://ratankumar.org, и его основная функция - "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Url Opener - Opens pasted URL in new tab.

Скачайте файлы расширений Url Opener - Opens pasted URL in new tab. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
Официальный URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
Описание Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Размер файла 35.29 KB
Количество установок 34
Текущая Версия 1.0
Последнее Обновление 2014-07-29
Дата публикации 2014-07-29
Рейтинг 2.00/5 Всего 1 оценок
Разработчик http://ratankumar.org
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи http://ratankumar.org
Поддерживаемые языки 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
}