Fullscreenrrr - full webpage screenshot

Capture entire page from top to the bottom entirely.. at once

Fullscreenrrr - full webpage screenshot란 무엇입니까?

Fullscreenrrr - full webpage screenshot은(는) Danny Lazarow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture entire page from top to the bottom entirely.. at once"입니다.

확장 프로그램 스크린샷

screenshot

Fullscreenrrr - full webpage screenshot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take a screen shoot on entire page with one click 

- Up to 50% faster than other extensions,
- After Screenshoot completion - images are saved directly on Downloads folder
- Shows in percents the current progress 
- You can hear during the capture process, capture feedback with camera analog click sound
- Options page (quality of the image, disable capture sound, download/open in new tab after capture)                    

확장 프로그램 기본 정보

이름 Fullscreenrrr - full webpage screenshot Fullscreenrrr - full webpage screenshot
ID ihaobgceoogckalioenpheioedgjaahk
공식 URL https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk
설명 Capture entire page from top to the bottom entirely.. at once
파일 크기 245 KB
설치 횟수 1,967
현재 버전 1.0.5
최근 업데이트 2015-04-29
출시 날짜 2015-04-29
평점 3.45/5 총 33 개의 평점
개발자 Danny Lazarow
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/fullscreenrrr
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreenrrr - full webpage screenshot",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Capture entire page from top to the bottom entirely.. at once",
    "icons": {
        "48": "icons\/icon96.png",
        "128": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/underscore.js",
            "src\/bg\/bgCommunicator.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/content\/popup.html"
    },
    "options_page": "src\/content\/options.html",
    "web_accessible_resources": [
        "icons\/bggrad.jpg",
        "js\/underscore.js",
        "src\/content\/fontello.css",
        "src\/font\/fontello.svg",
        "src\/font\/fontello.eot",
        "src\/font\/fontello.ttf",
        "src\/font\/fontello.woff",
        "audio\/click.mp3"
    ]
}