Up Url
enables auto-parsing and navigation of current url
Что такое Up Url?
Up Url - это расширение Chrome, разработанное https://netrc.com, и его основная функция - "enables auto-parsing and navigation of current url".
Снимки экрана расширения
Скачать файл CRX расширения Up Url
Скачайте файлы расширений Up Url в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
Основная информация о расширении
Название | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
Официальный URL | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Описание | enables auto-parsing and navigation of current url |
Размер файла | 19.5 KB |
Количество установок | 145 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-01-17 |
Дата публикации | 2014-01-17 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | https://netrc.com |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |