Amazing Searcher
Add useful information to Google Search results
ما هو Amazing Searcher؟
Amazing Searcher هو إضافة Chrome تم تطويرها بواسطة eetann، والميزة الرئيسية لها هي "Add useful information to Google Search results".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazing Searcher
قم بتنزيل ملفات الامتداد Amazing Searcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Amazing Searcher adds the following link to the Google search results. * `Term`: restrict results to a specific time period * `Lang`: restrict results to a specific language * `Recipe`: following link about search words. * Homepage * Reference * Search By Reference (Search in Reference by Reference) * Search By Google (Search in Reference by Google) * The link you registered on the settings page * The Memo you registered on the settings page `Term`, `Lang` and `Recipe` can be set in the options page. In particular, by setting up a lot of `Recipe`, you can greatly reduce the time it takes to get to the information you want!
معلومات أساسية عن التمديد
الاسم | Amazing Searcher |
ID | poheekmlppakdboaalpmhfpbmnefeokj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj |
الوصف | Add useful information to Google Search results |
حجم الملف | 408 KB |
عدد التثبيتات | 833 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-11-09 |
تاريخ النشر | 2021-05-31 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | eetann |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/eetann/amazing-searcher |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazing Searcher", "version": "1.0.2", "description": "Add useful information to Google Search results", "author": "eetann", "icons": { "16": "imgs\/extension_icon16.png", "32": "imgs\/extension_icon32.png", "48": "imgs\/extension_icon48.png", "128": "imgs\/extension_icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*" ], "css": [ "chunk.css" ], "js": [ "chunk.js", "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_page": "options.html" } |