Fat cat screenshot

Full screen screenshot, visual part screenshot, selected screenshot.

What is Fat cat screenshot?

Fat cat screenshot is a Chrome extension developed by https://cxpcx.com, and its main feature is "Full screen screenshot, visual part screenshot, selected screenshot.".

Extension Screenshots

screenshot

Download Fat cat screenshot Extension CRX File

Download Fat cat screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Full web page screenshot, part web page screenshot                    

Extension Basic Information

Name Fat cat screenshot Fat cat screenshot
ID cdddgmgngjghgafknpngbifganipdinf
Official URL https://chromewebstore.google.com/detail/fat-cat-screenshot/cdddgmgngjghgafknpngbifganipdinf
Description Full screen screenshot, visual part screenshot, selected screenshot.
File Size 409 KB
Installation Count 1,545
Current Version 1.0.5
Last Updated 2023-03-16
Publish Date 2019-12-03
Rating 3.67/5 Total 3 Ratings
Developer https://cxpcx.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pictureknow.com/protocol
Supported Languages 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"
}