Annotation, Full Page Capture & Snipping Tool

Instacap is a screenshot editor & annotation tool for full page screen capture, pdf annotation & more—for instant visual feedback

Annotation, Full Page Capture & Snipping Toolคืออะไร?

Annotation, Full Page Capture & Snipping Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Instacap.co และคุณลักษณะหลักของมันคือ "Instacap is a screenshot editor & annotation tool for full page screen capture, pdf annotation & more—for instant visual feedback"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Annotation, Full Page Capture & Snipping Tool

ดาวน์โหลดไฟล์ส่วนขยาย Annotation, Full Page Capture & Snipping Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Screenshot editor & annotation tool for fast & simple visual feedback.

Use Instacap’s annotation & snipping tool for full page screen captures, pdf annotation and visual comments for clear in-context discussions.

⚡️ Annotation Tool & Screenshot Editor—annotate and edit screenshots by adding text, circle, arrow, drawing and more via a simple UI
⚡️ Full Page Screen Capture & Snipping Tool—Capture a scrolling full page screenshot or crop the image to any size
⚡️ Screenshot Blur Tool— Add image blur to block out parts of the screen capture don't want to share securely and easily
⚡️ Instant Visual Feedback—Instantly share a link to your screen capture for quick visual feedback and annotations
⚡️ Instant Loom Video/Audio —Instantly share a screen recording or video for quick visual feedback and annotations
⚡️ PDF Annotation—Upload and annotate PDF's, images and other files for clear in-context discussions

Instacap is currently in beta. Feedback welcome :) - [[email protected]](mailto:[email protected])                    

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

ชื่อ Annotation, Full Page Capture & Snipping Tool Annotation, Full Page Capture & Snipping Tool
ID jompclhalmbigbmjogfnfjkomponodhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/annotation-full-page-capt/jompclhalmbigbmjogfnfjkomponodhk
คำอธิบาย Instacap is a screenshot editor & annotation tool for full page screen capture, pdf annotation & more—for instant visual feedback
ขนาดไฟล์ 471 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน wilson-3.2.0
อัปเดตครั้งล่าสุด 2022-10-22
วันที่เผยแพร่ 2021-10-07
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Instacap.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.instacap.co
URL หน้าช่วยเหลือ https://www.instacap.co/privacy
URL หน้านโยบายความเป็นส่วนตัว https://www.instacap.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotation, Full Page Capture & Snipping Tool",
    "version": "3.2.0",
    "version_name": "wilson-3.2.0",
    "description": "Instacap is a screenshot editor & annotation tool for full page screen capture, pdf annotation & more\u2014for instant visual feedback",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_extension\/16_disable.png",
            "32": "assets\/img\/icon_extension\/32_disable.png",
            "48": "assets\/img\/icon_extension\/48_disable.png",
            "128": "assets\/img\/icon_extension\/128_disable.png"
        },
        "default_title": "instacap"
    },
    "icons": {
        "16": "assets\/img\/icon_extension\/16.png",
        "32": "assets\/img\/icon_extension\/32.png",
        "48": "assets\/img\/icon_extension\/48.png",
        "128": "assets\/img\/icon_extension\/128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+1",
                "mac": "Command+Shift+1",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "identity.email",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.instacap.co\/*",
            "*:\/\/localhost\/*"
        ]
    }
}