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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save a webpage to your downloads folder and then cite it with EazyPaper."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save Webpage to EazyPaper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}