Open All Url

This extension Will create mutli urls of Your links and open them in multi tabs in any browsers

Что такое Open All Url?

Open All Url - это расширение Chrome, разработанное Waseem Abbas, и его основная функция - "This extension Will create mutli urls of Your links and open them in multi tabs in any browsers".

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

screenshot

Скачать файл CRX расширения Open All Url

Скачайте файлы расширений Open All Url в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        OpenAllUrl.com will help you to open multi tab in browser you want to open without 
wasting time use of this system is very easy all done in four click 
1- First Enter your Link in url input without http:// or https://
2- Second Select Your number to create multiple Links you need
3- Third Click On create List button 
4- Fourth look on sight side of website Your Links are created Just Click open List Button You all done.                    

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

Название Open All Url Open All Url
ID clgildpicgiinpjbadggfigcimffdgld
Официальный URL https://chrome.google.com/webstore/detail/open-all-url/clgildpicgiinpjbadggfigcimffdgld
Описание This extension Will create mutli urls of Your links and open them in multi tabs in any browsers
Размер файла 29.82 KB
Количество установок 92
Текущая Версия 1.0
Последнее Обновление 2016-09-17
Дата публикации 2016-09-17
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Waseem Abbas
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open All Url",
    "description": "This extension Will create mutli urls of Your links and open them in multi tabs in any browsers",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}