Website Tracker
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…
O que é Website Tracker?
Website Tracker é uma extensão do Chrome desenvolvida por PDF Convertor, e sua principal característica é "Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Website Tracker
Baixe arquivos de extensão Website Tracker 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
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that they can be easily accessed from the context menu. 💚💚💚 Simple tool that help users to save links from adress bar and have more productivity in the navigation at internet.🕛 🕛 🕛 Please add the icon to the context menu to have at hand all the sites you have added 🆔🆔🆔 1: Create quickly and add to the list so as not to waste time browsing every link on the website 3: Delete list or save addresses manually 4: Copy the link you saved and then access it in a new page
Informações Básicas da Extensão
Nome | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
URL Oficial | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
Descrição | Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that… |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.0 |
Última Atualização | 2022-06-08 |
Data de Publicação | 2022-06-08 |
Classificação | 5.00/5 Total de 41 Avaliações |
Desenvolvedor | PDF Convertor |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "options_page": "options.html", "name": "Website Tracker", "action": { "default_popup": "index.html", "default_icon": "images-removebg-preview.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "worker_container.js" }, "default_locale": "en" } |