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
公式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
Eメール [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."
        }
    }
}