Snap Sarch - Search Faster
Search at Superhuman speeds!
什麼是Snap Sarch - Search Faster?
Snap Sarch - Search Faster是由https://snapsearch.online開發的Chrome擴展程式,該擴展的主要功能是“Search at Superhuman speeds!”。
擴展截圖
下載Snap Sarch - Search Faster擴展crx文件
下載Snap Sarch - Search Faster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | 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" ] } |