Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
Time Travelとは何ですか?
Time Travelはhttp://djuptho.comによって開発されたChromeの拡張機能で、その主な機能は「Use this extension to easily check how the web page you're visiting looked like in the past.」です。
拡張機能のスクリーンショット
Time Travel拡張機能のCRXファイルをダウンロード
Time Travel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Time Travel extension is a tool for everyone with an interest in internet history. The extension takes you back in time, displaying copies of the web page since the day the web page was created.
拡張機能の基本情報
名前 | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
公式URL | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
説明 | Use this extension to easily check how the web page you're visiting looked like in the past. |
ファイルサイズ | 26.23 KB |
インストール数 | 635 |
現在のバージョン | 1.0 |
最終更新日 | 2017-11-04 |
公開日 | 2017-11-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://djuptho.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Travel", "short_name": "A handy tool for all internet users that takes the page back in time", "description": "Use this extension to easily check how the web page you're visiting looked like in the past.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |