Browsite
Find who is behind a website
Browsite란 무엇입니까?
Browsite은(는) http://browseye.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find who is behind a website"입니다.
확장 프로그램 스크린샷
Browsite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Websites use cookies to learn about who you are. It is only fair that you do the same. Browsite shows you everything about the website you are visiting. Who is behind it? See their smiling faces, jobs and LinkedIn profiles Where are they? See which country they operate from What company runs it? Find about the company that runs this website, its recent milestones and achievements What do people say? Read what others say about this website
확장 프로그램 기본 정보
이름 | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
공식 URL | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
설명 | Find who is behind a website |
파일 크기 | 16.1 KB |
설치 횟수 | 25 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2014-02-16 |
출시 날짜 | 2014-02-16 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | http://browseye.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browsite", "version": "0.0.6", "description": "Find who is behind a website", "browser_action": { "default_icon": "bs128.png", "default_title": "Not implemented yet" }, "icons": { "16": "bs16.png", "48": "bs48.png", "128": "bs128.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.browseye.com" } |