Webfinder Pro
Easy to find any web content you need
ما هو Webfinder Pro؟
Webfinder Pro هو إضافة Chrome تم تطويرها بواسطة Iwona Lech، والميزة الرئيسية لها هي "Easy to find any web content you need".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Webfinder Pro
قم بتنزيل ملفات الامتداد Webfinder Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | hepnojpihbacgobnglajemjhnggmhohe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/webfinder-pro/hepnojpihbacgobnglajemjhnggmhohe |
الوصف | Easy to find any web content you need |
حجم الملف | 11.45 KB |
عدد التثبيتات | 4,000 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-07-07 |
تاريخ النشر | 2022-06-17 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Iwona Lech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://webfinderpro.com/ |
عنوان صفحة المساعدة | https://webfinderpro.com/?a=about |
عنوان صفحة سياسة الخصوصية | https://webfinderpro.com?a=privacy |
اللغات المدعومة | 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:\/\/*\/*" ] } |