URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
Qu'est-ce que URL Manager ?
URL Manager est une extension Chrome développée par Ankit Goyal, et sa fonction principale est "This extension helps to quickly access the most useful and important websites in a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL Manager
Téléchargez les fichiers d'extension URL Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
URL Officiel | 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. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-27 |
Date de Publication | 2020-04-27 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Ankit Goyal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |