Fullscreenrrr - full webpage screenshot

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

Τι είναι το Fullscreenrrr - full webpage screenshot;

Το Fullscreenrrr - full webpage screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Danny Lazarow, και η κύρια λειτουργία του είναι "Capture entire page from top to the bottom entirely.. at once".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fullscreenrrr - full webpage screenshot

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}