URL Manager

This extension helps to quickly access the most useful and important websites in a single click.

Что такое URL Manager?

URL Manager - это расширение Chrome, разработанное Ankit Goyal, и его основная функция - "This extension helps to quickly access the most useful and important websites in a single click.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you have to google each time you want to open the most common day to day websites? Do you find it annoying to google it again and again instead of just clicking one button? If so, this extension is meant for you!
URL Manager is a Chrome Extension that allows you to quickly access the most useful and important day to day websites in a single click. 
You can open any of the following in just one click:
• Google products
• Covid-19 updates
• Social Media platforms
• Entertainment
• News
• Banking 
• E-Learning
• Programming
Get ready to end all the annoying URL searches and save alot of your time!                    

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

Название URL Manager URL Manager
ID ebgifclfdhepbflgkjjfjjnifapagkmc
Официальный URL https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc
Описание This extension helps to quickly access the most useful and important websites in a single click.
Размер файла 101 KB
Количество установок 37
Текущая Версия 1.0
Последнее Обновление 2020-04-27
Дата публикации 2020-04-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Ankit Goyal
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Manager",
    "version": "1.0",
    "description": "This extension helps to quickly access the most useful and important websites in a single click.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}