Screensync Screenshot & Screen Recorder

Capture & Share Your Screen With Ease

Screensync Screenshot & Screen Recorderคืออะไร?

Screensync Screenshot & Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nitro4real และคุณลักษณะหลักของมันคือ "Capture & Share Your Screen With Ease"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screensync Screenshot & Screen Recorder

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

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

                        Capture a screenshot of the desktop edit it and save it , upload it to server and share it with your friends.
Record your screen and save it in a video file.

NOW VISION IS AVAILABLE!
Vision is a public gallery where you can upload your favorite images.

Key Features:
-Take screenshot and share it
-Select any part of the page
-Take full page capture and save it locally or upload it to your favorite social media.
-Capture your screen area in a video file
-Manipulate your images with filtes 
-Premium BlackLight skin
-Image love collector  (save every image you see in a website to your gallery)
-Browse your screenshot history
-Save on a disk or upload to a server
-Search for similar screenshots                    

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

ชื่อ Screensync Screenshot & Screen Recorder Screensync Screenshot & Screen Recorder
ID pjjmdmkacddcpmeblgopomgcoidabifi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screensync-screenshot-scr/pjjmdmkacddcpmeblgopomgcoidabifi
คำอธิบาย Capture & Share Your Screen With Ease
ขนาดไฟล์ 275 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2021-08-29
วันที่เผยแพร่ 2020-11-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา nitro4real
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://screensync.org/
URL หน้าช่วยเหลือ https://screensync.org/faq
URL หน้านโยบายความเป็นส่วนตัว https://screensync.org/tos
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js",
            "scripts\/api.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html"
    },
    "description": "Capture & Share Your Screen With Ease",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-19.png"
    },
    "manifest_version": 2,
    "name": "Screensync Screenshot & Screen Recorder",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "options_page": "options.html",
    "commands": {
        "captureregion": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "It captures a region of your choice."
        }
    }
}