UrlParamUpdater
This extension enables you to update/add/remove url param value. Useful when working with long urls.
Что такое UrlParamUpdater?
UrlParamUpdater - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension enables you to update/add/remove url param value. Useful when working with long urls.".
Скачать файл CRX расширения UrlParamUpdater
Скачайте файлы расширений UrlParamUpdater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension enables you to update/add/remove url param value. Useful when working with long urls with a big number of params. Handy if a shortcut is assigned.
How to use? For url: http://example.com?foo=bar
- when added foo=new will update tab url to http://example.com?foo=new
- when added foo= (empty value) will update tab url to http://example.com?
- when added geek=true will update tab url to http://example.com?geek=true Основная информация о расширении
| Название | |
| ID | nfcohebinojijpbmgklkhbiooeiiojea |
| Официальный URL | https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea |
| Описание | This extension enables you to update/add/remove url param value. Useful when working with long urls. |
| Размер файла | 8.39 KB |
| Количество установок | 28 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2015-12-17 |
| Дата публикации | 2015-12-17 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.linkedin.com/in/damian-jaszczurowski-51743499 |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.2",
"name": "UrlParamUpdater",
"description": "This extension enables you to update\/add\/remove url param value. Useful when working with long urls.",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage"
]
} | |