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.
擴展基本資訊
名稱 | WayBack Chrome |
ID | phabfadigilgfagiclfpjnjljedbjclf |
官方網址 | 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" ] } |