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文件

下載Fullscreenrrr - full webpage screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}