URL&p

Extension opens URL with one parameter in new tab

Что такое URL&p?

URL&p - это расширение Chrome, разработанное https://ivanova-irina.blogspot.com, и его основная функция - "Extension opens URL with one parameter in new tab".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения URL&p

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

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

                        NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions.

It's useful for people who have to open one URL with different parameter values (for example, some prototype with different page ID-s).

All you need is to describe your URL in the Options (only one time after installation) and insert parameter into extension filed.

* Spaces at the end and beginning of the inserted parameter will be trimmed
* Skype formatting ([DATE] NAME: parameter) will be trimmed
* Shows history of 5 last values

GitLab repo: https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener                    

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

Название URL&p URL&p
ID koidpmicflkfdkkbhoalljjknjeehlph
Официальный URL https://chromewebstore.google.com/detail/urlp/koidpmicflkfdkkbhoalljjknjeehlph
Описание Extension opens URL with one parameter in new tab
Размер файла 208 KB
Количество установок 88
Текущая Версия 2.0
Последнее Обновление 2019-11-04
Дата публикации 2019-11-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://ivanova-irina.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
URL страницы помощи https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL&p",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Extension opens URL with one parameter in new tab",
    "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/URL-With-Parameter-Opener",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "default-src 'self'",
    "author": {
        "name": "Irina Ivanova",
        "email": "[email protected]"
    }
}