Url Appender
An utility to avoid typing repeated url
Что такое Url Appender?
Url Appender - это расширение Chrome, разработанное http://blog.tamizhvendan.in, и его основная функция - "An utility to avoid typing repeated url".
Снимки экрана расширения
Скачать файл CRX расширения Url Appender
Скачайте файлы расширений Url Appender в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
Основная информация о расширении
Название | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
Официальный URL | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
Описание | An utility to avoid typing repeated url |
Размер файла | 39.66 KB |
Количество установок | 67 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-07-30 |
Дата публикации | 2014-07-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://blog.tamizhvendan.in |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |