Web Archiver
Allows simple archiving of webpages to the Internet Archive.
Vad är Web Archiver?
Web Archiver är en Chrome-tillägg utvecklad av collections-service, och dess huvudfunktion är "Allows simple archiving of webpages to the Internet Archive.".
Tilläggsskärmbilder
Ladda ner Web Archiver-förlängningens CRX-fil
Ladda ner Web Archiver-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
Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)
Grundläggande Information om Tillägg
Namn | Web Archiver |
ID | gjpgpobcdndcdcidmgcmlphbomllapjp |
Officiell webbadress | https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp |
Beskrivning | Allows simple archiving of webpages to the Internet Archive. |
Filstorlek | 10 KB |
Antal Installationer | 2,423 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-12-23 |
Publiceringsdatum | 2014-12-23 |
Betyg | 4.60/5 Totalt 10 Betyg |
Utvecklare | collections-service |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archiver", "version": "1.1", "manifest_version": 2, "description": "Allows simple archiving of webpages to the Internet Archive.", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_128.png", "default_title": "Archive page", "default_popup": "archive.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon_128.png" } } |