1Click Save Screenshot

The fastest way to Save screenshots

1Click Save Screenshot란 무엇입니까?

1Click Save Screenshot은(는) https://1ce.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest way to Save screenshots"입니다.

확장 프로그램 스크린샷

1Click Save Screenshot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

확장 프로그램 기본 정보

이름 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
공식 URL https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
설명 The fastest way to Save screenshots
파일 크기 54.57 KB
설치 횟수 808
현재 버전 1.4
최근 업데이트 2018-03-13
출시 날짜 2018-03-13
평점 3.33/5 총 6 개의 평점
개발자 https://1ce.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.openscreenshot.com
도움말 페이지 URL https://www.openscreenshot.com
개인정보 보호 정책 페이지 URL https://www.webpagescreenshot.info/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Click Save Screenshot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "The fastest way to Save screenshots",
    "homepage_url": "https:\/\/1ce.org",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to save screenshot"
    }
}