Web Archiver

Allows simple archiving of webpages to the Internet Archive.

Web Archiver क्या है?

Web Archiver collections-service द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows simple archiving of webpages to the Internet Archive."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Archiver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}