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 |
公式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 |
Eメール | [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" ] } |