Webfinder Pro
Easy to find any web content you need
Cos'è Webfinder Pro?
Webfinder Pro è un'estensione di Chrome sviluppata da Iwona Lech, e la sua funzione principale è "Easy to find any web content you need".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webfinder Pro
Scarica i file di estensione Webfinder Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Find any website and useful web content with ease. Webfinder PRO is designed to speed up your searching process. You'll never get stuck on error screens if you suddenly make a mistake and type a wrong URL address. This tool will let you find the right website. You can type its name in the search field and get to the correct destination.
Informazioni di Base sull'Estensione
Nome | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
URL Ufficiale | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Descrizione | Easy to find any web content you need |
Dimensione del File | 11.45 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-07-07 |
Data di Pubblicazione | 2022-06-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Iwona Lech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webfinderpro.com/ |
URL della Pagina di Aiuto | https://webfinderpro.com/?a=about |
URL della Pagina della Politica sulla Privacy | https://webfinderpro.com?a=privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Iwona Lech", "name": "Webfinder Pro", "short_name": "Webfinder Pro", "homepage_url": "https:\/\/webfinderpro.com\/", "description": "Easy to find any web content you need", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |