Screenshot Tool with Marks | ScreenMark

Take a screenshot, add marks and annotations, and share it. Only the visible page. The easiest screen capture tool in the store!

Screenshot Tool with Marks | ScreenMarkคืออะไร?

Screenshot Tool with Marks | ScreenMark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย screenmark และคุณลักษณะหลักของมันคือ "Take a screenshot, add marks and annotations, and share it. Only the visible page. The easiest screen capture tool in the store!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenshot Tool with Marks | ScreenMark

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

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

                        ScreenMark is a simple Chrome extension designed to simplify the process of taking screenshots with a single click. With its intuitive interface and handy features, ScreenMark makes capturing and enhancing screenshots a breeze. Whether you need to quickly share information, highlight important details, or annotate screengrabs for various purposes, ScreenMark has got you covered.

ONLY FOR THE VISIBLE PAGE

ScreenMark Features:

1. One-Click
With ScreenMark, capturing a screenshot of the visible page is just a click away. No more hassle of using complex keyboard shortcuts or external tools. Simply click on the ScreenMark extension icon, and it instantly captures the visible part of the web page you are browsing.

2. Annotate
ScreenMark provides an array of annotation tools to enhance your screen captures. Once you've captured a screenshot, you can easily add shapes, and arrows, blur certain areas, and crop the image to focus on specific details. This functionality allows you to emphasize important elements or obscure sensitive information within the screengrab.

3. Add Marks
The special "Add Marks" tool in ScreenMark enables you to insert text marks into your screenshots. Whether you want to label specific sections, provide additional context, or highlight important points, this feature lets you effortlessly add text to your screen capture.

4. Share screenshots
ScreenMark simplifies the process of sharing your screen captures. Once you've captured and annotated a screenshot to your satisfaction, you can easily generate a shareable link. This link enables you to conveniently share the screenshot with colleagues, friends, or anyone you wish to collaborate with. It eliminates the need for file attachments and allows for seamless sharing across various platforms.

ScreenMark is a user-friendly Chrome extension that changes the way you take, annotate, and share screenshots. With its one-click capture, powerful annotation tools, the ability to add text marks, and effortless sharing capabilities, ScreenMark enhances your productivity and communication when working with screen captures. Whether you're a professional needing to illustrate concepts, a student sharing study materials, or an individual who frequently collaborates and communicates visually, ScreenMark is an indispensable tool for capturing and enhancing screenshots with ease.                    

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

ชื่อ Screenshot Tool with Marks | ScreenMark Screenshot Tool with Marks | ScreenMark
ID fodmnecacmcdkdcaafgopcpgceddhmag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot-tool-with-mark/fodmnecacmcdkdcaafgopcpgceddhmag
คำอธิบาย Take a screenshot, add marks and annotations, and share it. Only the visible page. The easiest screen capture tool in the store!
ขนาดไฟล์ 1.78 MB
จำนวนการติดตั้ง 1,956,481
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-07-03
วันที่เผยแพร่ 2023-07-02
คะแนน 4.96/5 รวมทั้งหมด 499 คะแนน
ผู้พัฒนา screenmark
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://screenmark.net/
URL หน้านโยบายความเป็นส่วนตัว https://screenmark.net/privacy
ภาษาที่รองรับ ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentHotkeys.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": ".\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}