Web Archiver
Allows simple archiving of webpages to the Internet Archive.
什麼是Web Archiver?
Web Archiver是由collections-service開發的Chrome擴展程式,該擴展的主要功能是“Allows simple archiving of webpages to the Internet Archive.”。
擴展截圖
下載Web Archiver擴展crx文件
下載Web Archiver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)
擴展基本資訊
名稱 | Web Archiver |
ID | gjpgpobcdndcdcidmgcmlphbomllapjp |
官方網址 | https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp |
簡介 | Allows simple archiving of webpages to the Internet Archive. |
檔案大小 | 10 KB |
安裝次數 | 2,423 |
目前版本 | 1.1 |
更新時間 | 2014-12-23 |
上架時間 | 2014-12-23 |
評分 | 4.60/5 共 10 次評分 |
開發者 | collections-service |
付費類型 | free |
支援的語言 | 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" } } |