Save Webpage to EazyPaper

Save a webpage to your downloads folder and then cite it with EazyPaper.

Save Webpage to EazyPaper क्या है?

Save Webpage to EazyPaper https://www.eazypaper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save a webpage to your downloads folder and then cite it with EazyPaper."।

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

screenshot
screenshot
screenshot

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

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

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

                        If you ever wanted to keep a copy of a webpage before it changes or even disappears in the future, then this free extension will do that for you. It takes one click to save a webpage offline, and another click to cite it in the AMA, APA, MLA, or Turabian / Chicago formats.

Save Webpage to EazyPaper is open source (https://gitlab.com/eazypaper/save-webpage-to-eazypaper/), but supported by a commercial company (https://eazypaper.com) so you get timely support. It saves all the website images and code in a single MHTML file, making it easier to move the archive file around without breaking the saved webpage.

The EazyPaper addon to Microsoft Word (https://eazypaper.com/download) will read the website, book, magazine, newspaper, or journal articles that you saved with this extension and create the AMA, APA, MLA, or Turabian / Chicago Manual of Style citation for you. So not only can you save the source article in a single click, but you can cite it in another.                    

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

नाम Save Webpage to EazyPaper Save Webpage to EazyPaper
ID kgklepbjpkmihhcjccjkfeeohndgendc
आधिकारिक URL https://chromewebstore.google.com/detail/save-webpage-to-eazypaper/kgklepbjpkmihhcjccjkfeeohndgendc
विवरण Save a webpage to your downloads folder and then cite it with EazyPaper.
फ़ाइल का आकार 409 KB
स्थापना संख्या 695
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-09-08
प्रकाशन तिथि 2022-09-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.eazypaper.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://eazypaper.com/EazyImporter
सहायता पृष्ठ URL https://eazypaper.com/support
गोपनीयता नीति पृष्ठ URL https://eazypaper.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Webpage to EazyPaper",
    "description": "Save a webpage to your downloads folder and then cite it with EazyPaper.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "80": "icons\/icon80.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icons": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "80": "icons\/icon80.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "downloads.shelf",
        "pageCapture"
    ]
}