Wayback
Go to the Internet Archive version of this site
什麼是Wayback?
Wayback是由Nickelberry開發的Chrome擴展程式,該擴展的主要功能是“Go to the Internet Archive version of this site”。
擴展截圖
下載Wayback擴展crx文件
下載Wayback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
擴展基本資訊
名稱 | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
官方網址 | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
簡介 | Go to the Internet Archive version of this site |
檔案大小 | 11.71 KB |
安裝次數 | 21 |
目前版本 | 1.2 |
更新時間 | 2021-06-21 |
上架時間 | 2021-06-06 |
開發者 | Nickelberry |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback", "description": "Go to the Internet Archive version of this site", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_title": "Check the archive" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |