Octagon Find
Extension adding Octagon Find search engine to Chrome.
ما هو Octagon Find؟
Octagon Find هو إضافة Chrome تم تطويرها بواسطة https://octagonfind.com، والميزة الرئيسية لها هي "Extension adding Octagon Find search engine to Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Octagon Find
قم بتنزيل ملفات الامتداد Octagon Find بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to set the Octagon Find search engine as your primary search provider in the address bar. Octagon Find search engine is an alternative search engine with the ability to search for content in various sources with an emphasis on user privacy. By clicking "Add to Chrome", I accept and agree to installing the Octagon Find and setting Chrome search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings provided by Octagon Find. Terms of Use: https://octagonfind.com/terms.html Privacy Policy: https://octagonfind.com/privacy.html
معلومات أساسية عن التمديد
الاسم | Octagon Find |
ID | caapofiiacjkdpchgmpmfbeoccpphhnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb |
الوصف | Extension adding Octagon Find search engine to Chrome. |
حجم الملف | 6.71 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-07-16 |
تاريخ النشر | 2021-07-15 |
المطور | https://octagonfind.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://octagonfind.com/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "chrome_settings_overrides": { "search_provider": { "favicon_url": "https:\/\/octagonfind.com\/favicon.ico", "is_default": true, "name": "Octagon Find", "keyword": "of", "search_url": "https:\/\/octagonfind.com\/search?q={searchTerms}", "encoding": "UTF-8" } }, "description": "Extension adding Octagon Find search engine to Chrome.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "contextMenus", "webRequestBlocking", "https:\/\/octagonfind.com\/*", "webRequest" ], "background": { "scripts": [ "library.js", "background.js" ] }, "name": "Octagon Find", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icon128.png" } } |