URL Manager

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

Vad är URL Manager?

URL Manager är en Chrome-tillägg utvecklad av Ankit Goyal, och dess huvudfunktion är "This extension helps to quickly access the most useful and important websites in a single click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner URL Manager-förlängningens CRX-fil

Ladda ner URL Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn URL Manager URL Manager
ID ebgifclfdhepbflgkjjfjjnifapagkmc
Officiell webbadress https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc
Beskrivning This extension helps to quickly access the most useful and important websites in a single click.
Filstorlek 101 KB
Antal Installationer 37
Aktuell Version 1.0
Senast Uppdaterad 2020-04-27
Publiceringsdatum 2020-04-27
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Ankit Goyal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}