Browsed
Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Browsedとは何ですか?
Browsedはjustamanによって開発されたChromeの拡張機能で、その主な機能は「Reads your history and reports what you have been browsing last day, week and month (with count per domain).」です。
拡張機能のスクリーンショット
Browsed拡張機能のCRXファイルをダウンロード
Browsed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wondered about your real browsing habits? like what pages you see and how often? I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way. This plugin is simple, convenient and solid. Great tool for self improvement.
拡張機能の基本情報
名前 | Browsed |
ID | bjeplkhoeocfgnlflejjoonnnmkkjdgk |
公式URL | https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk |
説明 | Reads your history and reports what you have been browsing last day, week and month (with count per domain). |
ファイルサイズ | 9.62 KB |
インストール数 | 81 |
現在のバージョン | 1.0.0.3 |
最終更新日 | 2016-03-17 |
公開日 | 2016-03-17 |
評価 | 4.57/5 合計 7 レビュー |
開発者 | justaman |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browsed", "version": "1.0.0.3", "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).", "permissions": [ "history" ], "browser_action": { "default_popup": "typedUrls.html", "default_icon": "clock.png" }, "manifest_version": 2 } |