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
官方網址 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
電子郵箱 [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"
    }
}