Who is this?
The two-click information finder
Who is this?란 무엇입니까?
Who is this?은(는) DRLZ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The two-click information finder"입니다.
확장 프로그램 스크린샷
Who is this? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get access to people's information via the right click menu. Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: - Linkedin - Twitter - Wikipedia - Pipl - Google This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people. Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg
확장 프로그램 기본 정보
이름 | Who is this? |
ID | coinnpooecegjcopbdnenpgjfhnegjnm |
공식 URL | https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm |
설명 | The two-click information finder |
파일 크기 | 19.77 KB |
설치 횟수 | 389 |
현재 버전 | 0.1 |
최근 업데이트 | 2015-12-29 |
출시 날짜 | 2015-12-29 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | DRLZ |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who is this?", "description": "The two-click information finder", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "script_min.js" ] }, "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |