HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
HistoryStatsとは何ですか?
HistoryStatsはgmsappsによって開発されたChromeの拡張機能で、その主な機能は「Provides a statistical and graphical display of web page visits stored in your browser's history」です。
拡張機能のスクリーンショット
HistoryStats拡張機能のCRXファイルをダウンロード
HistoryStats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HistoryStats provides you with a statistical and graphical display of your browser's history. Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.
拡張機能の基本情報
名前 | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
公式URL | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
説明 | Provides a statistical and graphical display of web page visits stored in your browser's history |
ファイルサイズ | 67.7 KB |
インストール数 | 383 |
現在のバージョン | 1.4 |
最終更新日 | 2015-08-31 |
公開日 | 2015-08-31 |
評価 | 3.75/5 合計 8 レビュー |
開発者 | gmsapps |
支払い方法 | free |
拡張機能のウェブサイト | https://sites.google.com/site/appsbygarystump/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HistoryStats", "version": "1.4", "description": "Provides a statistical and graphical display of web page visits stored in your browser's history", "browser_action": { "default_icon": "icon24.png" }, "permissions": [ "bookmarks", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "history" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |