Webfinder Pro
Easy to find any web content you need
Co to jest Webfinder Pro?
Webfinder Pro to rozszerzenie Chrome opracowane przez Iwona Lech, a jego główną funkcją jest „Easy to find any web content you need”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Webfinder Pro
Pobierz pliki rozszerzeń Webfinder Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
Oficjalny URL | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
Opis | Easy to find any web content you need |
Rozmiar pliku | 11.45 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-07-07 |
Data Publikacji | 2022-06-17 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Iwona Lech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://webfinderpro.com/ |
Adres URL Strony Pomocy | https://webfinderpro.com/?a=about |
Adres URL Strony Polityki Prywatności | https://webfinderpro.com?a=privacy |
Obsługiwane Języki | 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:\/\/*\/*" ] } |