Fat cat screenshot

Full screen screenshot, visual part screenshot, selected screenshot.

Co to jest Fat cat screenshot?

Fat cat screenshot to rozszerzenie Chrome opracowane przez https://cxpcx.com, a jego główną funkcją jest „Full screen screenshot, visual part screenshot, selected screenshot.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fat cat screenshot

Pobierz pliki rozszerzeń Fat cat 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

                        Full web page screenshot, part web page screenshot                    

Podstawowe informacje o rozszerzeniu

Nazwa Fat cat screenshot Fat cat screenshot
ID cdddgmgngjghgafknpngbifganipdinf
Oficjalny URL https://chromewebstore.google.com/detail/fat-cat-screenshot/cdddgmgngjghgafknpngbifganipdinf
Opis Full screen screenshot, visual part screenshot, selected screenshot.
Rozmiar pliku 409 KB
Liczba instalacji 1,545
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-03-16
Data Publikacji 2019-12-03
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://cxpcx.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://pictureknow.com/protocol
Obsługiwane Języki id,ms,de,en,fil,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/capture_entire_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "management",
        "scripting",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.cxpcx.com\/",
    "default_locale": "en"
}