Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

Co to jest Screenshot Easy?

Screenshot Easy to rozszerzenie Chrome opracowane przez Screenshot Easy, a jego główną funkcją jest „Screenshot Easy - The easiest way to take a customizable screenshot and share to friends”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screenshot Easy

Pobierz pliki rozszerzeń Screenshot Easy 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

                        - Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way.
- You'll get fast, simple, easy to take an editable screenshot.
- You can select any area and take its screenshot.
- User-friendly interface makes your work with the tool easier.
- Edit screenshot instantly when taking them.
- You can also upload your screenshot to the server and get its short link right away.                    

Podstawowe informacje o rozszerzeniu

Nazwa Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
Oficjalny URL https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
Opis Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Rozmiar pliku 85.2 KB
Liczba instalacji 25,953
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2023-01-18
Data Publikacji 2020-06-08
Ocena 4.19/5 Łącznie 58 Oceny
Deweloper Screenshot Easy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Easy",
    "version": "1.1.4",
    "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-transparent.png",
        "default_title": "Take a screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}