Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

Screenshot Easyとは何ですか?

Screenshot EasyはScreenshot Easyによって開発されたChromeの拡張機能で、その主な機能は「Screenshot Easy - The easiest way to take a customizable screenshot and share to friends」です。

拡張機能のスクリーンショット

screenshot

Screenshot Easy拡張機能のCRXファイルをダウンロード

Screenshot Easy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way.
- You'll get fast, simple, easy to take an editable screenshot.
- You can select any area and take its screenshot.
- User-friendly interface makes your work with the tool easier.
- Edit screenshot instantly when taking them.
- You can also upload your screenshot to the server and get its short link right away.                    

拡張機能の基本情報

名前 Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
公式URL https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
説明 Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
ファイルサイズ 85.2 KB
インストール数 25,953
現在のバージョン 1.1.4
最終更新日 2023-01-18
公開日 2020-06-08
評価 4.19/5 合計 58 レビュー
開発者 Screenshot Easy
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Easy",
    "version": "1.1.4",
    "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-transparent.png",
        "default_title": "Take a screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}