Archive Webpage

A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…

Archive Webpage क्या है?

Archive Webpage karl.horky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…"।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine.

Ever wanted to visit a website but it's not available? Whether it's either offline or the website is currently broken, it can be frustrating if the content is not available. To avoid issues like this, there is a class of services that have sprung up which save copies of websites and allow you to visit them again later.

Archive.ph (aka archive.today) and the Internet Archive's Wayback Machine are two such services.

Use this extension to help prevent link rot and allow others to view archived versions of pages!                    

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

नाम Archive Webpage Archive Webpage
ID dnakmmcpobpgknolnfoiagbmpmglnckn
आधिकारिक URL https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
विवरण A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
फ़ाइल का आकार 29 KB
स्थापना संख्या 495
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2023-04-05
प्रकाशन तिथि 2023-04-04
डेवलपर karl.horky
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/karlhorky/archive-webpage-browser-extension
सहायता पृष्ठ URL https://github.com/karlhorky/archive-webpage-browser-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archive Webpage",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Archive webpage to archive.ph & Wayback Machine"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.0.0"
}