Edit URL
Easily edit a URL.
Что такое Edit URL?
Edit URL - это расширение Chrome, разработанное varunl, и его основная функция - "Easily edit a URL.".
Снимки экрана расширения
Скачать файл CRX расширения Edit URL
Скачайте файлы расширений Edit URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name. This extension lays out all the parameters names in a pretty format, so it's easy to modify them.
Основная информация о расширении
Название | Edit URL |
ID | gjddnlipighelnjodhlhhngpinoppkid |
Официальный URL | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
Описание | Easily edit a URL. |
Размер файла | 121 KB |
Количество установок | 904 |
Текущая Версия | 1.1 |
Последнее Обновление | 2013-05-12 |
Дата публикации | 2013-05-12 |
Рейтинг | 4.71/5 Всего 7 оценок |
Разработчик | varunl |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit URL", "description": "Easily edit a URL.", "version": "1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" } } |