Analyze History
An extension that show you how often you visited current website, and tell you your top 5 visited websites
Analyze Historyとは何ですか?
Analyze HistoryはAmosによって開発されたChromeの拡張機能で、その主な機能は「An extension that show you how often you visited current website, and tell you your top 5 visited websites」です。
拡張機能のスクリーンショット
Analyze History拡張機能のCRXファイルをダウンロード
Analyze History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Analyze History is an extension that can tell you 1) how many times you have visited current website 2)how long you visited current website last time from now 3)what's the top 5 websites you visited and your visited times
拡張機能の基本情報
名前 | Analyze History |
ID | kleihheiomkhafhgeacplkpmgiohcihk |
公式URL | https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk |
説明 | An extension that show you how often you visited current website, and tell you your top 5 visited websites |
ファイルサイズ | 717 KB |
インストール数 | 84 |
現在のバージョン | 0.1 |
最終更新日 | 2015-11-22 |
公開日 | 2015-11-22 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Amos |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analyze History", "description": "An extension that show you how often you visited current website, and tell you your top 5 visited websites", "version": "0.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Analyse your history" }, "permissions": [ "activeTab", "history" ] } |