Web Archiver

Allows simple archiving of webpages to the Internet Archive.

Web Archiverคืออะไร?

Web Archiver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย collections-service และคุณลักษณะหลักของมันคือ "Allows simple archiving of webpages to the Internet Archive."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Archiver

ดาวน์โหลดไฟล์ส่วนขยาย 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 Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
URL อย่างเป็นทางการ 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"
    }
}