Spider Search
Uses Google to perform a website-wide search
ما هو Spider Search؟
Spider Search هو إضافة Chrome تم تطويرها بواسطة JasonMan، والميزة الرئيسية لها هي "Uses Google to perform a website-wide search".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spider Search
قم بتنزيل ملفات الامتداد Spider Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
# Spider Search Performs a website-wide search. Useful for sites without a built-in search function ## Google based search Use google to perform a website-wide search. Might fail if used excessively ## Non-Google based search (Crawl based) Uses a crawler to search through the site. Slower, and will provide worse results than a Google based search. Available offline.
معلومات أساسية عن التمديد
الاسم | Spider Search |
ID | fkajnlmefmnbgkgjenklnmlamennphlp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
الوصف | Uses Google to perform a website-wide search |
حجم الملف | 328 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-03-20 |
تاريخ النشر | 2019-03-15 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | JasonMan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spider Search", "version": "1.1", "description": "Uses Google to perform a website-wide search", "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/spider16.png", "32": "images\/spider32.png", "48": "images\/spider48.png", "128": "images\/spider128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F" } } }, "icons": { "16": "images\/spider16.png", "32": "images\/spider32.png", "48": "images\/spider48.png", "128": "images\/spider128.png" }, "manifest_version": 2 } |