Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
Co to jest Make a Screenshot?
Make a Screenshot to rozszerzenie Chrome opracowane przez http://earth3dmap.com, a jego główną funkcją jest „Easy one click screenshot. The screenshot comes in a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Make a Screenshot
Pobierz pliki rozszerzeń Make a 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
Easy tool to make screenshots.
Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready.
It will be visible in a new tab and then you can right-click the picture and save it.
This screenshot extension is very small and quick.
You can test it now.
Thank you!
Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gfpdknjgjlakoegfncghjdggmolfocpa |
| Oficjalny URL | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
| Opis | Easy one click screenshot. The screenshot comes in a new tab. |
| Rozmiar pliku | 16.64 KB |
| Liczba instalacji | 77,435 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2018-07-18 |
| Data Publikacji | 2018-07-18 |
| Ocena | 3.72/5 Łącznie 43 Oceny |
| Deweloper | http://earth3dmap.com |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | http://earth3dmap.com/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make a Screenshot",
"version": "1.2",
"description": "Easy one click screenshot. The screenshot comes in a new tab.",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "camera.png",
"default_title": "Make a screenshot!"
},
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |