Full page screenshot, screen capture-CocoShot

Best screenshot Chrome extension, full webpage screenshot capture. Capture a screenshot of your current page in entirety & reliably.

Full page screenshot, screen capture-CocoShotคืออะไร?

Full page screenshot, screen capture-CocoShot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cococut.net และคุณลักษณะหลักของมันคือ "Best screenshot Chrome extension, full webpage screenshot capture. Capture a screenshot of your current page in entirety & reliably."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full page screenshot, screen capture-CocoShot

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

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

                        A full-page web screenshot extension developed with the latest technology, fully compliant with the latest browser extension manifest, which means better privacy protection, more power saving and no additional permissions required at all.

It's the easiest method for taking a full-page screenshot of the current browser window. Click the extension icon and start (or press Alt+Shift+X), the browser will then automatically scroll and capture each area of the page. You'll be sent to a new tab with your screenshot, where you may save it as an image or PDF, you are then able to print directly, insert into email, upload to a network drive or whatever you want to do.

It can also take screenshots of the desktop screen.

It is also possible to save complete web pages with hyperlinks for sharing.

For extremely long web pages, this extension can also capture the full page completely in seconds.

It also comes with a image editor that can

Crop
Flip
Rotation
Resize
Free drawing
Line drawing
Shape
Icon
Text
Mask Filter
Image Filter

your screenshot.                    

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

ชื่อ Full page screenshot, screen capture-CocoShot Full page screenshot, screen capture-CocoShot
ID ibbpaphbbbabnmmllpdlmcfihhkahgai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-page-screenshot-scre/ibbpaphbbbabnmmllpdlmcfihhkahgai
คำอธิบาย Best screenshot Chrome extension, full webpage screenshot capture. Capture a screenshot of your current page in entirety & reliably.
ขนาดไฟล์ 311 KB
จำนวนการติดตั้ง 24,268
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2023-03-12
วันที่เผยแพร่ 2022-06-09
คะแนน 4.92/5 รวมทั้งหมด 248 คะแนน
ผู้พัฒนา https://cococut.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shot.cococut.net
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.21",
    "default_locale": "en",
    "action": {
        "default_icon": [],
        "default_title": "Screenshot - CocoShot",
        "default_popup": "src\/pages\/popup.html"
    },
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.contentscript.js.fe69fc2d.c0800e29.js"
            ],
            "matches": [
                "*:\/\/shot.cococut.net\/*",
                "*:\/\/cocoshot.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "capture": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Capture a screenshot of the current page"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "lib\/single-file-hooks-frames.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/cocoshot.com\/*",
                "*:\/\/shot.cococut.net\/*"
            ],
            "resources": [
                "assets\/db.12ac5c9e.js",
                "assets\/contentscript.js.fe69fc2d.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/intab.821b37d2.js",
                "assets\/intab.a05a199a.css",
                "assets\/jquery.dc944f09.js"
            ],
            "use_dynamic_url": false
        }
    ]
}