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ファイルをダウンロード
BHVis:Visualization of your browsing habits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } } |