Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Cos'è Fullscreenrrr - full webpage screenshot?
Fullscreenrrr - full webpage screenshot è un'estensione di Chrome sviluppata da Danny Lazarow, e la sua funzione principale è "Capture entire page from top to the bottom entirely.. at once".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fullscreenrrr - full webpage screenshot
Scarica i file di estensione Fullscreenrrr - full webpage screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | ihaobgceoogckalioenpheioedgjaahk |
| URL Ufficiale | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
| Descrizione | Capture entire page from top to the bottom entirely.. at once |
| Dimensione del File | 245 KB |
| Conteggio Installazioni | 1,967 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2015-04-29 |
| Data di Pubblicazione | 2015-04-29 |
| Valutazione | 3.45/5 Totale 33 Valutazioni |
| Sviluppatore | Danny Lazarow |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/fullscreenrrr |
| Lingue Supportate | 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"
]
} | |