Webfinder Pro
Easy to find any web content you need
Vad är Webfinder Pro?
Webfinder Pro är en Chrome-tillägg utvecklad av Iwona Lech, och dess huvudfunktion är "Easy to find any web content you need".
Tilläggsskärmbilder
Ladda ner Webfinder Pro-förlängningens CRX-fil
Ladda ner Webfinder Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
Officiell webbadress | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Beskrivning | Easy to find any web content you need |
Filstorlek | 11.45 KB |
Antal Installationer | 4,000 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2022-07-07 |
Publiceringsdatum | 2022-06-17 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Iwona Lech |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://webfinderpro.com/ |
Hjälpsida URL | https://webfinderpro.com/?a=about |
URL till Sekretesspolicy Sidan | https://webfinderpro.com?a=privacy |
Stödda Språk | 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:\/\/*\/*" ] } |