URL Manager

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

Was ist URL Manager?

URL Manager ist eine Chrome-Erweiterung, die von Ankit Goyal entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps to quickly access the most useful and important websites in a single click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

URL Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name URL Manager URL Manager
ID ebgifclfdhepbflgkjjfjjnifapagkmc
Offizielle URL https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc
Beschreibung This extension helps to quickly access the most useful and important websites in a single click.
Dateigröße 101 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2020-04-27
Veröffentlichungsdatum 2020-04-27
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Ankit Goyal
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}