Screenshot Extension (Open Source)
A browser extension that takes screenshots
Co to jest Screenshot Extension (Open Source)?
Screenshot Extension (Open Source) to rozszerzenie Chrome opracowane przez Michael, a jego główną funkcją jest „A browser extension that takes screenshots”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Screenshot Extension (Open Source)
Pobierz pliki rozszerzeń Screenshot Extension (Open Source) 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
A browser extension that takes full-page or partial screenshots! - Hold the Option/Alt key and drag the mouse to create partial screenshots. - Click the icon to create full-page screenshots. Source code: https://github.com/lxieyang/screenshot-extension
Podstawowe informacje o rozszerzeniu
Nazwa | Screenshot Extension (Open Source) |
ID | hmkbkbpdnembpeadgpcmjekihjmckdjh |
Oficjalny URL | https://chromewebstore.google.com/detail/screenshot-extension-open/hmkbkbpdnembpeadgpcmjekihjmckdjh |
Opis | A browser extension that takes screenshots |
Rozmiar pliku | 58.05 KB |
Liczba instalacji | 149 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-11-20 |
Data Publikacji | 2020-11-18 |
Deweloper | Michael |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lxieyang/chrome-extension-boilerplate-react |
Adres URL Strony Pomocy | https://github.com/lxieyang/chrome-extension-boilerplate-react |
Adres URL Strony Polityki Prywatności | https://github.com/lxieyang/lxieyang.github.io/wiki/Chrome-Extension-Privacy-Policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A browser extension that takes screenshots", "version": "1.0.0", "name": "Screenshot Extension (Open Source)", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon-34.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "downloads", " |