Snap Sarch - Search Faster
Search at Superhuman speeds!
ما هو Snap Sarch - Search Faster؟
Snap Sarch - Search Faster هو إضافة Chrome تم تطويرها بواسطة https://snapsearch.online، والميزة الرئيسية لها هي "Search at Superhuman speeds!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snap Sarch - Search Faster
قم بتنزيل ملفات الامتداد Snap Sarch - Search Faster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coming from the popular Android app, the chrome extension is built to give users a faster way of searching the web. Search at Superhuman speeds! Snap Search wants to provide the quickest way to search through your favourite websites in the easiest manner possible. Snap Search is incredibly simple: Step 1) Select your website ✓ Step 2) Enter your desired search term/keywords ✓ Step 3) TADA ! Browse through the search results in the most secure way possible. ✓ Currently, over 60 websites are supported and provided as options for you to choose from. Select your favourite website and search in incognito mode/normal mode faster than you could ever before. Snap Search has two main goals - to be incredibly simple, and incredibly fast.
معلومات أساسية عن التمديد
الاسم | Snap Sarch - Search Faster |
ID | diidgminbhdappppdmgglehmdoeiaheg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg |
الوصف | Search at Superhuman speeds! |
حجم الملف | 583 KB |
عدد التثبيتات | 157 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-08-30 |
تاريخ النشر | 2019-07-16 |
المطور | https://snapsearch.online |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://snapsearch.online |
عنوان صفحة المساعدة | http://snapsearch.online/#contact |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Sarch - Search Faster", "version": "2.0", "description": "Search at Superhuman speeds!", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" } } }, "permissions": [ "activeTab", "tabs", "storage" ] } |