Search Quick
Google SearchQuick automatically opens the search results of a Google Search in new tabs
Search Quick란 무엇입니까?
Search Quick은(는) Vignesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google SearchQuick automatically opens the search results of a Google Search in new tabs"입니다.
확장 프로그램 스크린샷
Search Quick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google SearchQuick is a browser add-on that opens the predetermined number of search results that are returned on a Google search in separate tabs at the click of a single button. This extension works on all Google domains. The number of results that need to be opened can be defined in the Options. By default three results are opened. This can be set to a maximum of 8. Points to remember: 1)Please wait for the Google results page to be completely loaded before clicking on the extension icon. 2)Doesn’t work on secured Google connections (https:\\) Please reach me on [email protected] with your feedback.
확장 프로그램 기본 정보
이름 | Search Quick |
ID | chnnajbjipfainfepeoiblbpmajdnkpn |
공식 URL | https://chromewebstore.google.com/detail/search-quick/chnnajbjipfainfepeoiblbpmajdnkpn |
설명 | Google SearchQuick automatically opens the search results of a Google Search in new tabs |
파일 크기 | 123 KB |
설치 횟수 | 225 |
현재 버전 | 0.3 |
최근 업데이트 | 2012-10-17 |
출시 날짜 | 2012-10-17 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | Vignesh |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Quick", "version": "0.3", "description": "Google SearchQuick automatically opens the search results of a Google Search in new tabs", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "Google.png", "48": "Google.png", "128": "Google.png" }, "browser_action": { "default_icon": "Google.png" }, "manifest_version": 2, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery-1.6.1.min.js", "urlcatch.js" ], "run_at": "document_idle", "all_frames": false } ] } |