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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة web page preserver
قم بتنزيل ملفات الامتداد web page preserver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |