Wayback Utility
A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Vad är Wayback Utility?
Wayback Utility är en Chrome-tillägg utvecklad av InfosecRD, och dess huvudfunktion är "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".
Tilläggsskärmbilder
Ladda ner Wayback Utility-förlängningens CRX-fil
Ladda ner Wayback Utility-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.
Grundläggande Information om Tillägg
Namn | |
ID | jpphcfodibbnmfenlknhepeddadomieo |
Officiell webbadress | https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo |
Beskrivning | A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry. |
Filstorlek | 34.72 KB |
Antal Installationer | 32 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2021-03-23 |
Publiceringsdatum | 2021-03-23 |
Utvecklare | InfosecRD |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Utility", "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en", "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.", "version": "0.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "icons": { "16": "\/images\/Clock16.png", "32": "\/images\/Clock32.png", "48": "\/images\/Clock48.png", "128": "\/images\/Clock128.png" } } |