Fat cat screenshot

Full screen screenshot, visual part screenshot, selected screenshot.

Fat cat screenshotคืออะไร?

Fat cat screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cxpcx.com และคุณลักษณะหลักของมันคือ "Full screen screenshot, visual part screenshot, selected screenshot."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fat cat screenshot

ดาวน์โหลดไฟล์ส่วนขยาย Fat cat screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Full web page screenshot, part web page screenshot                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fat cat screenshot Fat cat screenshot
ID cdddgmgngjghgafknpngbifganipdinf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fat-cat-screenshot/cdddgmgngjghgafknpngbifganipdinf
คำอธิบาย Full screen screenshot, visual part screenshot, selected screenshot.
ขนาดไฟล์ 409 KB
จำนวนการติดตั้ง 1,545
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2019-12-03
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://cxpcx.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pictureknow.com/protocol
ภาษาที่รองรับ 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"
}