Screensync Screenshot & Screen Recorder

Capture & Share Your Screen With Ease

什麼是Screensync Screenshot & Screen Recorder?

Screensync Screenshot & Screen Recorder是由nitro4real開發的Chrome擴展程式,該擴展的主要功能是“Capture & Share Your Screen With Ease”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Screensync Screenshot & Screen Recorder擴展crx文件

下載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
官方網址 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."
        }
    }
}