web page preserver

A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.

web page preserverคืออะไร?

web page preserver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Wang และคุณลักษณะหลักของมันคือ "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย web page preserver

ดาวน์โหลดไฟล์ส่วนขยาย web page preserver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a web page preservation tools, which can save the web page in the current window as MHTML format and browse in offline state.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ web page preserver web page preserver
ID jgelgbfglncabfobkgdpdimbmenbfgdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-page-preserver/jgelgbfglncabfobkgdpdimbmenbfgdj
คำอธิบาย A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.
ขนาดไฟล์ 42.5 KB
จำนวนการติดตั้ง 583
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-04-28
วันที่เผยแพร่ 2018-04-27
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Scott Wang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web page preserver",
    "description": "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "click here, download current web page."
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "pageCapture",
        "tabs"
    ]
}