URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
O que é URL Manager?
URL Manager é uma extensão do Chrome desenvolvida por Ankit Goyal, e sua principal característica é "This extension helps to quickly access the most useful and important websites in a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Manager
Baixe arquivos de extensão URL Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
URL Oficial | https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc |
Descrição | This extension helps to quickly access the most useful and important websites in a single click. |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-27 |
Data de Publicação | 2020-04-27 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Ankit Goyal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |