TotalSearch
Search Wikipedia and Google Images with just a click.
TotalSearch란 무엇입니까?
TotalSearch은(는) jkirrane에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Wikipedia and Google Images with just a click."입니다.
확장 프로그램 스크린샷
TotalSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila! V. 1.2 (April 30, 2015) : -- Add support for searching Google Maps via address V. 1.1 (Jan 9, 2015) : -- Increase number of image results from 4 to 8. -- Some styling cleanup
확장 프로그램 기본 정보
이름 | |
ID | jelcolfpjeaehlmnhjipojaiglbjmokj |
공식 URL | https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj |
설명 | Search Wikipedia and Google Images with just a click. |
파일 크기 | 71.12 KB |
설치 횟수 | 22 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-04-30 |
출시 날짜 | 2015-04-30 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | jkirrane |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TotalSearch", "description": "Search Wikipedia and Google Images with just a click.", "version": "1.0.2", "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "find16.png", "default_popup": "f.html" }, "icons": { "16": "find16.png", "19": "find19.png", "38": "find38.png", "48": "find48.png", "128": "find128.png" }, "sandbox": { "pages": [ "sandbox.html" ] } } |