Search It All
Searches Google, DuckDuckGo, YouTube, Start Page, Bing, Yahoo, Amazon, Ebay, Ask & Yandex with one click
Search It Allとは何ですか?
Search It Allはhttps://bigbeartechworld.comによって開発されたChromeの拡張機能で、その主な機能は「Searches Google, DuckDuckGo, YouTube, Start Page, Bing, Yahoo, Amazon, Ebay, Ask & Yandex with one click」です。
拡張機能のスクリーンショット
Search It All拡張機能のCRXファイルをダウンロード
Search It All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow Search It All on Twitter https://twitter.com/SearchItAlldf Instructions: 1. You have to go to a search thats in search it all to get the icon up in the omni bar to show up. 2. To add to Search It All go to the options and add a search engine. 3. Hope it's easy enough for you I use this every time I'm searching so if you have a great idea suggest it to me. Changlog 0.1 Initial release 0.2 Added Ask.com, Yandex.com Changed few other things. 0.2.1 Added YouTube.com 0.2.2 Fixed some bugs Minified assets 0.2.3 Added were you can sort the search engines in the options panel. Fixed delete image in options panel and added updown image to options panel 0.2.4 Bug Fixes 1.0.2 New look & icon Add DuckDuckGo to default Change URL's to https
拡張機能の基本情報
名前 | |
ID | ajjjagpncmhojdngglmmpfjiccddcmio |
公式URL | https://chromewebstore.google.com/detail/search-it-all/ajjjagpncmhojdngglmmpfjiccddcmio |
説明 | Searches Google, DuckDuckGo, YouTube, Start Page, Bing, Yahoo, Amazon, Ebay, Ask & Yandex with one click |
ファイルサイズ | 339 KB |
インストール数 | 1,374 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-02-22 |
公開日 | 2020-02-21 |
評価 | 4.00/5 合計 16 レビュー |
開発者 | https://bigbeartechworld.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bigbeartechworld.com |
ヘルプページのURL | https://bigbeartechworld.com |
プライバシーポリシーページのURL | https://bigbeartechhub.com/docs/legal/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/script.js", "js\/bg.js" ] }, "description": "Searches Google, DuckDuckGo, YouTube, Start Page, Bing, Yahoo, Amazon, Ebay, Ask & Yandex with one click", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbeFMBYMcmH7bEiPyoCNTQE3DNQzee0y6FQAEm+3t\/UbRammBSBaRsUSdCQrYrZJRzTsf4Dyy8QlSzI8A\/3M0HTqj9qcCfG64mogx9pDirykPC7qQ4TAzNdQxbJjLtCYosuQVOOfmR0sUNQNxdy5L+cExsORFUIp+dePZanzzcbQIDAQAB", "manifest_version": 2, "name": "Search It All", "options_page": "options.html", "page_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html", "default_title": "Search It All" }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |