History Master
Visualize browsing history, Discover your unknown habits.
History Masterとは何ですか?
History Masterはjiacai2050によって開発されたChromeの拡張機能で、その主な機能は「Visualize browsing history, Discover your unknown habits.」です。
拡張機能のスクリーンショット
History Master拡張機能のCRXファイルをダウンロード
History Master拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Visualize browsing history, Sync among Chrome/Firefox. https://github.com/jiacai2050/history-master
拡張機能の基本情報
名前 | |
ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
公式URL | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
説明 | Visualize browsing history, Discover your unknown habits. |
ファイルサイズ | 423 KB |
インストール数 | 2,000 |
現在のバージョン | 2.1.5 |
最終更新日 | 2019-05-25 |
公開日 | 2019-05-25 |
評価 | 3.50/5 合計 12 レビュー |
開発者 | jiacai2050 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jiacai2050/history-master |
ヘルプページのURL | https://github.com/jiacai2050/history-master/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Master", "version": "2.1.5", "description": "Visualize browsing history, Discover your unknown habits.", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "option\/index.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "browser_style": true, "default_icon": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "default_title": "History Master" }, "icons": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "permissions": [ "history", "tabs", "downloads", "chrome:\/\/favicon\/" ], "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'", "manifest_version": 2 } |