Tree History
This extension demonstrates history as tree
Tree Historyとは何ですか?
Tree HistoryはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension demonstrates history as tree」です。
拡張機能のスクリーンショット
Tree History拡張機能のCRXファイルをダウンロード
Tree History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Tree History |
ID | kfgnedbkboedeildkjiodjhpldgfekjm |
公式URL | https://chromewebstore.google.com/detail/tree-history/kfgnedbkboedeildkjiodjhpldgfekjm |
説明 | This extension demonstrates history as tree |
ファイルサイズ | 64.09 KB |
インストール数 | 260 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2014-05-25 |
公開日 | 2014-05-25 |
評価 | 3.47/5 合計 15 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tree History", "short_name": "Tree History", "description": "This extension demonstrates history as tree", "version": "0.0.0.2", "icons": { "16": "16p.png", "32": "32p.png", "48": "48p.png", "128": "128p.png" }, "permissions": [ "tabs", "history" ], "background": { "scripts": [ "navigationsListener.js" ], "persistent": true }, "chrome_url_overrides": { "history": "main.html" } } |