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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |