Handle Stalker
This extension opens up the social network pages associated to a specific handle.
Handle Stalker란 무엇입니까?
Handle Stalker은(는) samanthakem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension opens up the social network pages associated to a specific handle."입니다.
확장 프로그램 스크린샷
Handle Stalker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
People tend to use the same handle for every social network. It is like a brand! Have you ever had the experience of finding someone's GitHub profile very interesting and you had the curiosity to see his/hers other social networks as well? Finding it manually can be a little bit repetitive, you have to copy and paste the same handle for every social network, some people even search for it instead. Yes, the stalking task might be a little boring sometimes. That's why I created Handle Stalker. Now you can be a faster stalker LOL Just kidding! Handle Stalker can also help you to see if a specific handle is still not taken. How great is that? :) Feel free to write down any feedback.
확장 프로그램 기본 정보
이름 | Handle Stalker |
ID | ofdhgbjblhdkepgmafdeppjcmaaegllf |
공식 URL | https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf |
설명 | This extension opens up the social network pages associated to a specific handle. |
파일 크기 | 1.86 MB |
설치 횟수 | 1,263 |
현재 버전 | 1.3 |
최근 업데이트 | 2016-10-06 |
출시 날짜 | 2016-10-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | samanthakem |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Handle Stalker", "description": "This extension opens up the social network pages associated to a specific handle.", "version": "1.3", "author": "Samantha Monteiro", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |