Fullscreenrrr - full webpage screenshot

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

Fullscreenrrr - full webpage screenshot là gì?

Fullscreenrrr - full webpage screenshot là một tiện ích mở rộng Chrome được phát triển bởi Danny Lazarow, và tính năng chính của nó là "Capture entire page from top to the bottom entirely.. at once".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fullscreenrrr - full webpage screenshot

Tải xuống các tệp mở rộng Fullscreenrrr - full webpage screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fullscreenrrr - full webpage screenshot Fullscreenrrr - full webpage screenshot
ID ihaobgceoogckalioenpheioedgjaahk
URL Chính Thức https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk
Mô tả Capture entire page from top to the bottom entirely.. at once
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 1,967
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2015-04-29
Ngày Phát Hành 2015-04-29
Đánh Giá 3.45/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Danny Lazarow
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/fullscreenrrr
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}