Fat cat screenshot

Full screen screenshot, visual part screenshot, selected screenshot.

Cos'è Fat cat screenshot?

Fat cat screenshot è un'estensione di Chrome sviluppata da https://cxpcx.com, e la sua funzione principale è "Full screen screenshot, visual part screenshot, selected screenshot.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fat cat screenshot

Scarica i file di estensione Fat cat 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

                        Full web page screenshot, part web page screenshot                    

Informazioni di Base sull'Estensione

Nome Fat cat screenshot Fat cat screenshot
ID cdddgmgngjghgafknpngbifganipdinf
URL Ufficiale https://chromewebstore.google.com/detail/fat-cat-screenshot/cdddgmgngjghgafknpngbifganipdinf
Descrizione Full screen screenshot, visual part screenshot, selected screenshot.
Dimensione del File 409 KB
Conteggio Installazioni 1,545
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-03-16
Data di Pubblicazione 2019-12-03
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://cxpcx.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pictureknow.com/protocol
Lingue Supportate 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"
}