Fullscreenrrr - full webpage screenshot

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

What is Fullscreenrrr - full webpage screenshot?

Fullscreenrrr - full webpage screenshot is a Chrome extension developed by Danny Lazarow, and its main feature is "Capture entire page from top to the bottom entirely.. at once".

Extension Screenshots

screenshot

Download Fullscreenrrr - full webpage screenshot Extension CRX File

Download Fullscreenrrr - full webpage screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Fullscreenrrr - full webpage screenshot Fullscreenrrr - full webpage screenshot
ID ihaobgceoogckalioenpheioedgjaahk
Official URL https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk
Description Capture entire page from top to the bottom entirely.. at once
File Size 245 KB
Installation Count 1,967
Current Version 1.0.5
Last Updated 2015-04-29
Publish Date 2015-04-29
Rating 3.45/5 Total 33 Ratings
Developer Danny Lazarow
Payment Type free
Extension Website https://twitter.com/fullscreenrrr
Supported Languages 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"
    ]
}