Explain and Send Screenshots

Capture or record a video of your screen, write text or arrows and share it. The safest extension with NO crazy permissions!

Explain and Send Screenshotsคืออะไร?

Explain and Send Screenshots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jasonsavard.com และคุณลักษณะหลักของมันคือ "Capture or record a video of your screen, write text or arrows and share it. The safest extension with NO crazy permissions!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Explain and Send Screenshots

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

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

                        • Quick and clean interface
• Take screenshots, draw arrows, circles, blur, crop and more.
• Record a video of your screen and speak into the mic.
• Much safer than the rest. NO permissions required!
Try installing other screenshot extensions and read their install permissions ...they are crazy! Every other extension has this permission: "Read and change ALL YOUR DATA on the websites you visit." Google says they can request or modify data from sites like your bank account or Facebook etc. Refer to: https://goo.gl/EYndEt As an experienced developer I have introduced the same functions with no permissions required to make your experience safer.
• Extra features are available upon contributing "any" amount.
• Supports "Save to Google Drive"
• Right click context menu for quick screen captures
• Assign shortcut keys, details here: http://goo.gl/OZXCc8

Take a full or partial snapshot of any website or even upload an image into the cloud that you'd like to share or send to someone. You can draw arrows, lines, circles to point out things or even move, erase or delete selections and even annotate the snapshot by placing text right on the image.

Then you can copy the image to the clipboard and paste it into your email or download the image onto your desktop. You can also get a direct link to the image and share it on Facebook or Twitter with direct links to the image.

Changelog: https://jasonsavard.com/wiki/Explain_and_Send_Screenshots_changelog                    

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

ชื่อ Explain and Send Screenshots Explain and Send Screenshots
ID mdddabjhelpilpnpgondfmehhcplpiin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/explain-and-send-screensh/mdddabjhelpilpnpgondfmehhcplpiin
คำอธิบาย Capture or record a video of your screen, write text or arrows and share it. The safest extension with NO crazy permissions!
ขนาดไฟล์ 673 KB
จำนวนการติดตั้ง 136,649
เวอร์ชันปัจจุบัน 14.0
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2020-06-30
คะแนน 4.23/5 รวมทั้งหมด 1137 คะแนน
ผู้พัฒนา https://jasonsavard.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://jasonsavard.com
URL หน้าช่วยเหลือ https://jasonsavard.com/wiki/Explain_and_Send_Screenshots
URL หน้านโยบายความเป็นส่วนตัว https://jasonsavard.com/wiki/Permissions_and_privacy
ภาษาที่รองรับ de,en,en-GB,fr,vi,da,es,es-419,it,hu,pl,pt-BR,ro,cs,el,ru,iw,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "14.0",
    "homepage_url": "https:\/\/jasonsavard.com?ref=homepage_url&ext=screenshot",
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "grab_selected_area": {
            "description": "__MSG_selectArea__"
        },
        "select_element": {
            "description": "__MSG_selectElement__"
        },
        "grab_visible_page": {
            "description": "__MSG_grabVisiblePart__"
        },
        "grab_entire_page": {
            "description": "__MSG_grabEntirePage__"
        },
        "grab_entire_screen": {
            "description": "__MSG_grabEntireScreen__"
        },
        "record_screen": {
            "description": "__MSG_recordScreen__"
        }
    },
    "action": {
        "default_icon": "\/images\/icons\/default19.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/icons\/default19.png",
        "19": "\/images\/icons\/default19.png",
        "32": "\/images\/icons\/default32.png",
        "48": "\/images\/icons\/default48.png",
        "128": "\/images\/icons\/default128.png"
    },
    "default_locale": "en",
    "incognito": "split",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "scripting",
        "system.display",
        "alarms",
        "offscreen"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "optional_permissions": [
        "clipboardRead",
        "desktopCapture",
        "tabCapture",
        "downloads"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "contribute.html"
            ],
            "matches": [
                "https:\/\/jasonsavard.com\/*",
                "https:\/\/checkout.stripe.com\/*",
                "https:\/\/www.paypal.com\/*",
                "https:\/\/commerce.coinbase.com\/*"
            ]
        }
    ]
}