Webfinder Pro
Easy to find any web content you need
Hvad er Webfinder Pro?
Webfinder Pro er en Chrome-udvidelse udviklet af Iwona Lech, og dens hovedfunktion er "Easy to find any web content you need".
Udvidelsesskærmbilleder
Download Webfinder Pro-udvidelses-CRX-fil
Download Webfinder Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
Officiel URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Beskrivelse | Easy to find any web content you need |
Filstørrelse | 11.45 KB |
Antal Installationer | 4,000 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-07-07 |
Udgivelsesdato | 2022-06-17 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Iwona Lech |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://webfinderpro.com/ |
Hjælpeside-URL | https://webfinderpro.com/?a=about |
URL til Fortrolighedspolitik Side | https://webfinderpro.com?a=privacy |
Understøttede Sprog | 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:\/\/*\/*" ] } |