Standardized Screenshot

Takes standardized screenshots.

Standardized Screenshot란 무엇입니까?

Standardized Screenshot은(는) https://jmartin.ca/screenshot-chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes standardized screenshots."입니다.

확장 프로그램 스크린샷

screenshot

Standardized Screenshot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A very opinionated screen capture extension for Chrome.

It will:
- Capture the current tab.
- Add a macOS-ish title bar.
- Add drop shadow to it.
- Display the result in a popup frame.

The source is available on Github: https://github.com/j-martin/screenshot-chrome

Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension                    

확장 프로그램 기본 정보

이름 Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
공식 URL https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
설명 Takes standardized screenshots.
파일 크기 85.54 KB
설치 횟수 2,492
현재 버전 2.4.0
최근 업데이트 2020-01-29
출시 날짜 2020-01-28
평점 3.38/5 총 13 개의 평점
개발자 https://jmartin.ca/screenshot-chrome
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Standardized Screenshot",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "Takes standardized screenshots.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}