Waybackify
Quickly open pages using Archive.org's Way Back Machine
Cos'è Waybackify?
Waybackify è un'estensione di Chrome sviluppata da luciusdave, e la sua funzione principale è "Quickly open pages using Archive.org's Way Back Machine".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Waybackify
Scarica i file di estensione Waybackify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple tool to open pages in Archive.org's Wayback Machine quickly. Click on the extension icon to open the current page in the Wayback Machine, or right-click on a link to open that link. Icon made from http://www.onlinewebfonts.com/icon is licensed by CC BY 3.0
Informazioni di Base sull'Estensione
Nome | |
ID | knkbemnnenjfbkapiegnjhifngiofbnm |
URL Ufficiale | https://chrome.google.com/webstore/detail/waybackify/knkbemnnenjfbkapiegnjhifngiofbnm |
Descrizione | Quickly open pages using Archive.org's Way Back Machine |
Dimensione del File | 23.29 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 0.1.6.7 |
Ultimo Aggiornamento | 2021-02-09 |
Data di Pubblicazione | 2019-09-27 |
Sviluppatore | luciusdave |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waybackify", "description": "Quickly open pages using Archive.org's Way Back Machine", "version": "0.1.6.7", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon-bitty.png", "48": "icon-medium.png", "128": "icon-large.png" }, "background": { "scripts": [ "main.js" ] }, "browser_action": [] } |