Easy Page Save

Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.

Easy Page Save란 무엇입니까?

Easy Page Save은(는) streeter.bob1995에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy Page Save 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily and securely take a screenshot of any webpage you visit! Easy Page save goal is to make it easy and safe for anyone to save photos, text, Web pages, and emails in a quick and safe process. 

On any webpage, use Alt+p and take a screen shot that immediately downloads in chrome.
Easy page save does not collect or save any personal information.  Your security is our top concern.                    

확장 프로그램 기본 정보

이름 Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
공식 URL https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
설명 Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
파일 크기 58.02 KB
설치 횟수 15,104
현재 버전 0.0.5
최근 업데이트 2022-12-03
출시 날짜 2022-12-03
평점 4.33/5 총 3 개의 평점
개발자 streeter.bob1995
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://easypagesave.com
도움말 페이지 URL https://easypagesave.com
개인정보 보호 정책 페이지 URL https://easypagesave.com?a=privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Page Save",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "static\/128.png",
        "default_title": "Easy Page Save"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "description": "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.",
    "homepage_url": "https:\/\/easypagesave.com",
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.5"
}