Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

Full Page Screenshots by IMG42란 무엇입니까?

Full Page Screenshots by IMG42은(는) icodeforlove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Full Page Screenshots by IMG42 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

확장 프로그램 기본 정보

이름 Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
공식 URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
설명 Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
파일 크기 15.49 KB
설치 횟수 333
현재 버전 1.0.0
최근 업데이트 2017-07-02
출시 날짜 2017-07-02
평점 2.33/5 총 3 개의 평점
개발자 icodeforlove
결제 유형 free
확장 프로그램 웹 사이트 https://img42.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}