Fat cat screenshot

Full screen screenshot, visual part screenshot, selected screenshot.

Qu'est-ce que Fat cat screenshot ?

Fat cat screenshot est une extension Chrome développée par https://cxpcx.com, et sa fonction principale est "Full screen screenshot, visual part screenshot, selected screenshot.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fat cat screenshot

Téléchargez les fichiers d'extension Fat cat screenshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Full web page screenshot, part web page screenshot                    

Informations de Base sur l'Extension

Nom Fat cat screenshot Fat cat screenshot
ID cdddgmgngjghgafknpngbifganipdinf
URL Officiel https://chromewebstore.google.com/detail/fat-cat-screenshot/cdddgmgngjghgafknpngbifganipdinf
Description Full screen screenshot, visual part screenshot, selected screenshot.
Taille du Fichier 409 KB
Nombre d'Installations 1,545
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-03-16
Date de Publication 2019-12-03
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://cxpcx.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pictureknow.com/protocol
Langues Prises en Charge 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"
}