1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

Что такое 1-Click URL Opener?

1-Click URL Opener - это расширение Chrome, разработанное BitSec, и его основная функция - "This extension allows you to open all the URLs that you want with the click of 1 button".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения 1-Click URL Opener

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

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

                        *Open all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

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

Название 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
Официальный URL https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Описание This extension allows you to open all the URLs that you want with the click of 1 button
Размер файла 12.05 KB
Количество установок 181
Текущая Версия 1.4.3
Последнее Обновление 2018-01-07
Дата публикации 2018-01-07
Рейтинг 4.75/5 Всего 4 оценок
Разработчик BitSec
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}