Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
Wat is Make a Screenshot?
Make a Screenshot is een Chrome-extensie ontwikkeld door http://earth3dmap.com, en de belangrijkste functie is "Easy one click screenshot. The screenshot comes in a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Make a Screenshot
Download Make a Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gfpdknjgjlakoegfncghjdggmolfocpa |
| Officiële URL | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
| Beschrijving | Easy one click screenshot. The screenshot comes in a new tab. |
| Bestandsgrootte | 16.64 KB |
| Aantal Installaties | 77,435 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-07-18 |
| Publicatiedatum | 2018-07-18 |
| Beoordeling | 3.72/5 Totaal 43 Beoordelingen |
| Ontwikkelaar | http://earth3dmap.com |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://earth3dmap.com/privacy-policy |
| Ondersteunde Talen | 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
} | |