URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
Hvad er URL Manager?
URL Manager er en Chrome-udvidelse udviklet af Ankit Goyal, og dens hovedfunktion er "This extension helps to quickly access the most useful and important websites in a single click.".
Udvidelsesskærmbilleder
Download URL Manager-udvidelses-CRX-fil
Download URL Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
Officiel URL | https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc |
Beskrivelse | This extension helps to quickly access the most useful and important websites in a single click. |
Filstørrelse | 101 KB |
Antal Installationer | 37 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-04-27 |
Udgivelsesdato | 2020-04-27 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Ankit Goyal |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |