Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

Cos'è Make a Screenshot?

Make a Screenshot è un'estensione di Chrome sviluppata da http://earth3dmap.com, e la sua funzione principale è "Easy one click screenshot. The screenshot comes in a new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Make a Screenshot

Scarica i file di estensione Make a Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
URL Ufficiale https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
Descrizione Easy one click screenshot. The screenshot comes in a new tab.
Dimensione del File 16.64 KB
Conteggio Installazioni 77,435
Versione Corrente 1.2
Ultimo Aggiornamento 2018-07-18
Data di Pubblicazione 2018-07-18
Valutazione 3.72/5 Totale 43 Valutazioni
Sviluppatore http://earth3dmap.com
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://earth3dmap.com/privacy-policy
Lingue Supportate 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
}