Global Search
Global Search description.
ما هو Global Search؟
Global Search هو إضافة Chrome تم تطويرها بواسطة https://globalsearch.pro، والميزة الرئيسية لها هي "Global Search description.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Global Search
قم بتنزيل ملفات الامتداد Global Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The most efficient way to use your favorite search engines. Search selected text, use customizable hotkeys and much more. Global Search brings the best features to Chrome, and much more besides: ● one-click search customization ● search selected text ● new tab search Please click "Support" to submit bug reports, questions and feature suggestions. Please do not leave bug reports in your review. By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome
معلومات أساسية عن التمديد
الاسم | |
ID | ibnhcclcebpcmcgnplkamfolnkgaigjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd |
الوصف | Global Search description. |
حجم الملف | 11.41 KB |
عدد التثبيتات | 420 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2020-11-07 |
تاريخ النشر | 2020-10-16 |
المطور | https://globalsearch.pro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://globalsearch.pro/privacy.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Global Search", "keyword": "GlobalSearch", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/globalsearch.pro\/media\/icons\/favicon.ico", "search_url": "https:\/\/globalsearch.pro\/search.php?q={searchTerms}", "suggest_url": "https:\/\/globalsearch.pro\/suggestions.php?q={searchTerms}" } }, "description": "Global Search description.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "permissions": [ "storage", "*:\/\/globalsearch.pro\/*" ], "manifest_version": 2, "name": "Global Search", "version": "1.0.3" } |