StaticShot - Screenshot Capture & Annotate

Capture pages, edit and upload images to Static.md

什麼是StaticShot - Screenshot Capture & Annotate?

StaticShot - Screenshot Capture & Annotate是由https://static.md開發的Chrome擴展程式,該擴展的主要功能是“Capture pages, edit and upload images to Static.md”。

擴展截圖

screenshot

下載StaticShot - Screenshot Capture & Annotate擴展crx文件

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

擴展使用說明

                        Usage:
1) Click on the extension icon to take a screenshot;
2) Annotate the image;
3) Download or Upload;
*4) Be happy                    

擴展基本資訊

名稱 StaticShot - Screenshot Capture & Annotate StaticShot - Screenshot Capture & Annotate
ID bbgoenllpdnfljjapjcababahphohncj
官方網址 https://chromewebstore.google.com/detail/staticshot-screenshot-cap/bbgoenllpdnfljjapjcababahphohncj
簡介 Capture pages, edit and upload images to Static.md
檔案大小 123 KB
安裝次數 2,749
目前版本 1.12.0
更新時間 2023-12-11
上架時間 2017-05-27
評分 4.68/5 共 25 次評分
開發者 https://static.md
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://static.md/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StaticShot - Screenshot Capture & Annotate",
    "short_name": "StaticShot",
    "description": "Capture pages, edit and upload images to Static.md",
    "version": "1.12.0",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/static.md",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Capture the page"
    },
    "content_security_policy": []
}