scrsht screenshot tool

Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.

什麼是scrsht screenshot tool?

scrsht screenshot tool是由https://scrsht.com開發的Chrome擴展程式,該擴展的主要功能是“Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.”。

擴展截圖

screenshot

下載scrsht screenshot tool擴展crx文件

下載scrsht screenshot tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions! The simplest way to take a full page screenshot of your current browser window. 

Forget any 3rd party apps or manual editing. Capture any screen or content in just one click.

>>Install our Chrome extension
>>Visit the webpage you want to capture
>>Click on the icon in browser
>>choose the area you want to capture
>>click on upload in server 
>> share the link with world                    

擴展基本資訊

名稱 scrsht screenshot tool scrsht screenshot tool
ID okmipgoegollhjhphbokjdljbbddnbpd
官方網址 https://chromewebstore.google.com/detail/scrsht-screenshot-tool/okmipgoegollhjhphbokjdljbbddnbpd
簡介 Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.
檔案大小 651 KB
安裝次數 4,043
目前版本 1.0.12
更新時間 2023-11-19
上架時間 2022-08-12
評分 4.56/5 共 9 次評分
開發者 https://scrsht.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://scrsht.com/
隱私政策頁面URL https://way2enjoy.com/privacy1.html
支援的語言 id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_screenshotplugin_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_screenshotplugin_short_description__",
    "icons": {
        "128": "img\/icon128.png",
        "19": "img\/icon19.png",
        "24": "img\/icon24.png",
        "256": "img\/icon256.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_screenshotplugin_name__",
    "permissions": [
        "",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "downloads",
        "cookies",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "host_permissions": [
        "https:\/\/*.scrsht.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "\/libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar_res\/*",
                "libs\/*",
                "js\/*",
                "html\/*",
                "img\/*",
                "_locales\/*",
                "css\/*",
                "libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}