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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}