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 là gì?
BHVis:Visualization of your browsing habits là một tiện ích mở rộng Chrome được phát triển bởi Abdul Qayoom Buzdar & Luoyu, và tính năng chính của nó là "Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BHVis:Visualization of your browsing habits
Tải xuống các tệp mở rộng BHVis:Visualization of your browsing habits dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BHVis:Visualization of your browsing habits |
ID | dbpdidfpcejjegadgkfbmekglbapeloh |
URL Chính Thức | https://chromewebstore.google.com/detail/bhvisvisualization-of-you/dbpdidfpcejjegadgkfbmekglbapeloh |
Mô tả | Browsing history is very important to know about browsing habits/behavior . This tool is designed with interactive visualizations. |
Kích Thước Tệp | 657 KB |
Số Lần Cài Đặt | 294 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2018-04-09 |
Ngày Phát Hành | 2018-04-08 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Abdul Qayoom Buzdar & Luoyu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |