TinySnap (Production-ready Screenshot Tool)

Production-ready screenshots made simple for creators, developers and marketers.

TinySnap (Production-ready Screenshot Tool)คืออะไร?

TinySnap (Production-ready Screenshot Tool) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tinysnap.app และคุณลักษณะหลักของมันคือ "Production-ready screenshots made simple for creators, developers and marketers."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinySnap (Production-ready Screenshot Tool)

ดาวน์โหลดไฟล์ส่วนขยาย TinySnap (Production-ready Screenshot Tool) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        TinySnap is a production-ready screenshot extension tool created for everyone, especially creators, developers, and marketers.

If you are still taking traditional boring screen captures, now we have a better solution for you to turn your screenshots into captivating graphics aligned with your needs.

You don't need fancy design skills, all you have to do is select what you want, adjust the TinySnap preview, and you are good to share. It doesn't get simpler than this.

TinySnap is completely free to use, but if you need that a little bit extra, upgrade to TinySnap Pro.

With TinySnap Pro, you can unlock features like:
- Upload your screenshots to the cloud
- Create instantly shareable links
- Recover from the trash within 30 days
- Custom branding watermarks
- Advanced integrations
- Priority Support

Stay in touch:

Like us on Facebook: http://facebook.com/TinySnapApp
Follow us on Twitter: http://twitter.com/TinySnapApp
Read our blog: https://blog.tinysnap.app

Support:

Have any questions or feedback? Please get in touch with our support team at [email protected].                    

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

ชื่อ TinySnap (Production-ready Screenshot Tool) TinySnap (Production-ready Screenshot Tool)
ID ijobkfpianooemebecnbaafnjndhbdcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinysnap-production-ready/ijobkfpianooemebecnbaafnjndhbdcl
คำอธิบาย Production-ready screenshots made simple for creators, developers and marketers.
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 4,446
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2022-08-11
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://tinysnap.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tinysnap.app
URL หน้าช่วยเหลือ https://tinysnap.app
URL หน้านโยบายความเป็นส่วนตัว https://tinysnap.app/privacy
ภาษาที่รองรับ de,en,fr,pt-PT,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appTitle__",
    "version": "1.4.3",
    "description": "__MSG_appDescription__",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "selectedArea": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Capture Selected Area"
        },
        "viewport": {
            "suggested_key": {
                "default": "Alt+Shift+V",
                "mac": "Alt+Shift+V"
            },
            "description": "Capture Viewport"
        },
        "fullPage": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "Capture Full Page"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en"
}