screenie
A tiny extension that takes a full page screenshot in one click.
Co to jest screenie?
screenie to rozszerzenie Chrome opracowane przez Arhey, a jego główną funkcją jest „A tiny extension that takes a full page screenshot in one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia screenie
Pobierz pliki rozszerzeń screenie 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
- no scrolling - no stitching - no other fancy things It's just takes a screenshot of entire page in one click.
Podstawowe informacje o rozszerzeniu
Nazwa | screenie |
ID | cggiknngoincldfgpmlbpdclllbkibbc |
Oficjalny URL | https://chromewebstore.google.com/detail/screenie/cggiknngoincldfgpmlbpdclllbkibbc |
Opis | A tiny extension that takes a full page screenshot in one click. |
Rozmiar pliku | 306 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2023-08-07 |
Data Publikacji | 2019-09-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Arhey |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/freearhey/screenie |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "screenie", "version": "0.2.1", "manifest_version": 3, "description": "A tiny extension that takes a full page screenshot in one click.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "debugger", "downloads", "tabs" ], "action": { "default_icon": "icons\/icon32.png", "default_title": "Make screenshot" } } |