Paste to download

Paste to download makes it easy to save images copied to your clipboard.

Paste to download란 무엇입니까?

Paste to download은(는) https://pastetodownload.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Paste to download makes it easy to save images copied to your clipboard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Paste to download 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's especially useful to download media embedded in tough to export places like Google Slides. Get the chrome extension to quickly paste to download from wherever you are.

Built by Maya Man (mayaontheinter.net) with design by Hana Tanimura (hanatanimura.com).                    

확장 프로그램 기본 정보

이름 Paste to download Paste to download
ID jghdppgkpdccfpobmilnnhgahhpjhbne
공식 URL https://chromewebstore.google.com/detail/paste-to-download/jghdppgkpdccfpobmilnnhgahhpjhbne
설명 Paste to download makes it easy to save images copied to your clipboard.
파일 크기 206 KB
설치 횟수 5,792
현재 버전 0.0.3
최근 업데이트 2020-09-07
출시 날짜 2019-04-03
평점 2.95/5 총 20 개의 평점
개발자 https://pastetodownload.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://glanceback.info/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paste to download",
    "version": "0.0.3",
    "description": "Paste to download makes it easy to save images copied to your clipboard.",
    "browser_action": {
        "default_title": "Paste to download",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/logo16x16.png",
            "48": "assets\/logo48x48.png",
            "128": "assets\/logo128x128.png"
        }
    },
    "icons": {
        "16": "assets\/logo16x16.png",
        "48": "assets\/logo48x48.png",
        "128": "assets\/logo128x128.png"
    },
    "manifest_version": 2
}