Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Was ist Fullscreenrrr - full webpage screenshot?
Fullscreenrrr - full webpage screenshot ist eine Chrome-Erweiterung, die von Danny Lazarow entwickelt wurde, und ihr Hauptmerkmal ist "Capture entire page from top to the bottom entirely.. at once".
Erweiterungsscreenshots
Fullscreenrrr - full webpage screenshot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fullscreenrrr - full webpage screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Fullscreenrrr - full webpage screenshot |
ID | ihaobgceoogckalioenpheioedgjaahk |
Offizielle URL | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
Beschreibung | Capture entire page from top to the bottom entirely.. at once |
Dateigröße | 245 KB |
Installationsanzahl | 1,967 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2015-04-29 |
Veröffentlichungsdatum | 2015-04-29 |
Bewertung | 3.45/5 Insgesamt 33 Bewertungen |
Entwickler | Danny Lazarow |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/fullscreenrrr |
Unterstützte Sprachen | 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" ] } |