Webfinder Pro
Easy to find any web content you need
Wat is Webfinder Pro?
Webfinder Pro is een Chrome-extensie ontwikkeld door Iwona Lech, en de belangrijkste functie is "Easy to find any web content you need".
Extensie Screenshots
Download het CRX-bestand van de extensie Webfinder Pro
Download Webfinder Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
Officiële URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Beschrijving | Easy to find any web content you need |
Bestandsgrootte | 11.45 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-07-07 |
Publicatiedatum | 2022-06-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Iwona Lech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://webfinderpro.com/ |
Help Pagina-URL | https://webfinderpro.com/?a=about |
URL van de Privacybeleid Pagina | https://webfinderpro.com?a=privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |