URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
What is URL Manager?
URL Manager is a Chrome extension developed by Ankit Goyal, and its main feature is "This extension helps to quickly access the most useful and important websites in a single click.".
Extension Screenshots
Download URL Manager Extension CRX File
Download URL Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
Official URL | https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc |
Description | This extension helps to quickly access the most useful and important websites in a single click. |
File Size | 101 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2020-04-27 |
Publish Date | 2020-04-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Ankit Goyal |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |