BHVis:Visualization of your browsing habits
Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.
BHVis:Visualization of your browsing habits란 무엇입니까?
BHVis:Visualization of your browsing habits은(는) Abdul Qayoom Buzdar & Luoyu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations."입니다.
확장 프로그램 스크린샷
BHVis:Visualization of your browsing habits 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your browser history is very important to understand your browsing habits. You might have known the history items just as a record, but these records can be manipulated to design the patterns of your visits which can be helpful to unleash a lot of valuable information. This visualization tool is designed for better understanding of your web visiting behavior through interactive and simplified designs. This tool does not copy or upload your browsing history but just show you the information through visual aids based on on your own machine.
확장 프로그램 기본 정보
이름 | BHVis:Visualization of your browsing habits |
ID | dbpdidfpcejjegadgkfbmekglbapeloh |
공식 URL | https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh |
설명 | Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations. |
파일 크기 | 657 KB |
설치 횟수 | 294 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2018-04-09 |
출시 날짜 | 2018-04-08 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Abdul Qayoom Buzdar & Luoyu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BHVis:Visualization of your browsing habits", "description": "Browsing history is very important to know about browsing habits\/behavior . This tool is designed with interactive visualizations.", "version": "1.1.5", "permissions": [ "history", "tabs" ], "browser_action": { "default_title": "BHvis", "default_icon": "images\/beh16.png" }, "background": { "scripts": [ "popup.js" ] } } |