Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
Vad är Save URL to Wayback Machine?
Save URL to Wayback Machine är en Chrome-tillägg utvecklad av Pierre Rudloff, och dess huvudfunktion är "This extension allows you to save the current webpage to the Wayback Machine.".
Ladda ner Save URL to Wayback Machine-förlängningens CRX-fil
Ladda ner Save URL to Wayback Machine-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
Grundläggande Information om Tillägg
Namn | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
Officiell webbadress | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
Beskrivning | This extension allows you to save the current webpage to the Wayback Machine. |
Filstorlek | 24.03 KB |
Antal Installationer | 71 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2016-07-16 |
Publiceringsdatum | 2016-07-16 |
Utvecklare | Pierre Rudloff |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Rudloff/wayback-machine-chrome/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save URL to Wayback Machine", "short_name": "Wayback Machine", "description": "This extension allows you to save the current webpage to the Wayback Machine.", "version": "0.1.0", "browser_action": { "default_icon": "\/img\/archive-icon-64.png", "default_title": "Save to Wayback Machine" }, "icons": { "16": "\/img\/archive-icon-16.png", "32": "\/img\/archive-icon-32.png", "64": "\/img\/archive-icon-64.png", "128": "\/img\/archive-icon-128.png" }, "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome", "permissions": [ "contextMenus" ], "background": { "scripts": [ "wayback.js" ] } } |