Make a Screenshot

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

Co je Make a Screenshot?

Make a Screenshot je rozšíření Chrome vyvinuté http://earth3dmap.com, a jeho hlavní funkcí je „Easy one click screenshot. The screenshot comes in a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Make a Screenshot

Stáhněte si soubory rozšíření Make a Screenshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
Oficiální URL https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
Popis Easy one click screenshot. The screenshot comes in a new tab.
Velikost souboru 16.64 KB
Počet instalací 77,435
Aktuální Verze 1.2
Poslední Aktualizace 2018-07-18
Datum Vydání 2018-07-18
Hodnocení 3.72/5 Celkem 43 Hodnocení
Vývojář http://earth3dmap.com
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://earth3dmap.com/privacy-policy
Podporované Jazyky 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
}