Save To The Wayback Machine

Quickly save web pages to the Internet Archive's Wayback Machine.

Save To The Wayback Machine क्या है?

Save To The Wayback Machine https://verifiedjoseph.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly save web pages to the Internet Archive's Wayback Machine."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Save To The Wayback Machine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly save web pages to the Internet Archive's Wayback Machine and see the last time your current page was archived.

Features:
- Detects if a page can or can not be archived.
- Save pages, images and links via the right click (context) menu.
- See the last time a page was archived.
- Keep track of the number of pages that you have archived.

This is an unofficial extension and is not sponsored, owned, or endorsed by the Internet Archive.

Release History:
https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases                    

एक्सटेंशन की मूल जानकारी

नाम Save To The Wayback Machine Save To The Wayback Machine
ID eebpioaailbjojmdbmlpomfgijnlcemk
आधिकारिक URL https://chromewebstore.google.com/detail/save-to-the-wayback-machi/eebpioaailbjojmdbmlpomfgijnlcemk
विवरण Quickly save web pages to the Internet Archive's Wayback Machine.
फ़ाइल का आकार 88.7 KB
स्थापना संख्या 6,581
वर्तमान संस्करण 5.6.1
अंतिम अपडेट 2022-04-09
प्रकाशन तिथि 2020-04-30
रेटिंग 4.44/5 कुल 39 रेटिंग्स
डेवलपर https://verifiedjoseph.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://verifiedjoseph.com/projects/save-to-the-wayback-machine
सहायता पृष्ठ URL https://verifiedjoseph.com/projects/save-to-the-wayback-machine#QA
गोपनीयता नीति पृष्ठ URL https://verifiedjoseph.com/extension-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "VerifiedJoseph",
    "default_locale": "en",
    "version": "5.6.1",
    "version_name": "5.6.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "activeTab",
        "https:\/\/archive.org\/wayback\/available?url=*",
        "https:\/\/web.archive.org\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "19": "images\/icons\/19.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}