Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Co to jest Fullscreenrrr - full webpage screenshot?
Fullscreenrrr - full webpage screenshot to rozszerzenie Chrome opracowane przez Danny Lazarow, a jego główną funkcją jest „Capture entire page from top to the bottom entirely.. at once”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fullscreenrrr - full webpage screenshot
Pobierz pliki rozszerzeń Fullscreenrrr - full webpage screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihaobgceoogckalioenpheioedgjaahk |
| Oficjalny URL | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
| Opis | Capture entire page from top to the bottom entirely.. at once |
| Rozmiar pliku | 245 KB |
| Liczba instalacji | 1,967 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2015-04-29 |
| Data Publikacji | 2015-04-29 |
| Ocena | 3.45/5 Łącznie 33 Oceny |
| Deweloper | Danny Lazarow |
| Typ Płatności | free |
| Strona Rozszerzenia | https://twitter.com/fullscreenrrr |
| Obsługiwane Języki | 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"
]
} | |