WayBack Chrome
View older versions of the current webpage
WayBack Chromeとは何ですか?
WayBack ChromeはFisixによって開発されたChromeの拡張機能で、その主な機能は「View older versions of the current webpage」です。
拡張機能のスクリーンショット
WayBack Chrome拡張機能のCRXファイルをダウンロード
WayBack Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date. 拡張機能の基本情報
| 名前 | |
| ID | phabfadigilgfagiclfpjnjljedbjclf |
| 公式URL | https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf |
| 説明 | View older versions of the current webpage |
| ファイルサイズ | 16.04 KB |
| インストール数 | 4,282 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2015-01-09 |
| 公開日 | 2015-01-09 |
| 評価 | 4.50/5 合計 22 レビュー |
| 開発者 | Fisix |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://mmkdigital.com |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WayBack Chrome",
"version": "1.9",
"manifest_version": 2,
"description": "View older versions of the current webpage",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png"
},
"permissions": [
"tabs"
]
} | |