AppAgg Search
Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
ما هو AppAgg Search؟
AppAgg Search هو إضافة Chrome تم تطويرها بواسطة https://appagg.com، والميزة الرئيسية لها هي "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AppAgg Search
قم بتنزيل ملفات الامتداد AppAgg Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
• More than 4,000,000 apps and 1,000,000 developers. • All apps in one place! • We support all the major apps and games stores.
معلومات أساسية عن التمديد
الاسم | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
الوصف | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
حجم الملف | 9.08 KB |
عدد التثبيتات | 300 |
النسخة الحالية | 3.5 |
آخر تحديث | 2023-04-07 |
تاريخ النشر | 2019-03-04 |
تقييم | 4.25/5 مجموع تقييمات 8 |
المطور | https://appagg.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://appagg.com |
عنوان صفحة المساعدة | https://appagg.com/contact-us/ |
عنوان صفحة سياسة الخصوصية | https://appagg.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AppAgg Search", "short_name": "AppAgg Search", "version": "3.5", "manifest_version": 2, "description": "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.", "author": "AppAgg.com", "developer": { "name": "AppAgg.com", "url": "https:\/\/appagg.com" }, "homepage_url": "https:\/\/appagg.com", "applications": { "gecko": { "id": "@appaggsearch" } }, "omnibox": { "keyword": "aa" }, "background": { "scripts": [ "search.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "AppAgg.com" }, "permissions": [ "contextMenus" ] } |