Captr

Take and edit beautiful screenshots on the fly

什麼是Captr?

Captr是由Suman Sigdel開發的Chrome擴展程式,該擴展的主要功能是“Take and edit beautiful screenshots on the fly”。

擴展截圖

screenshot
screenshot
screenshot

下載Captr擴展crx文件

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

擴展使用說明

                        Captr is an extension that takes screenshots and let you edit them directly on the browser. 

With Captr, all it takes is one click to select an area and voila! 💥 You have a stunning screenshot complete with proper padding, gradients, and rounded corners.

Share your screenshots on social media and Impress your friends 🤓.

Extension contains one time payment to "Remove watermark" and enable paid features.

Clarification on Extension Permission
-> Read your browsing history - Chrome adds this line as we request tabs permission to take the screenshot.                    

擴展基本資訊

名稱 Captr Captr
ID jdidignfmeafmfcenkokiflhkghajlon
官方網址 https://chromewebstore.google.com/detail/captr/jdidignfmeafmfcenkokiflhkghajlon
簡介 Take and edit beautiful screenshots on the fly
檔案大小 273 KB
安裝次數 122
目前版本 1.1
更新時間 2023-04-25
上架時間 2023-03-31
評分 5.00/5 共 3 次評分
開發者 Suman Sigdel
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.trycaptr.com/
隱私政策頁面URL https://www.chromeshot.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Captr",
    "description": "Take and edit beautiful screenshots on the fly",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "\/images\/1616.png",
        "19": "\/images\/1919.png",
        "32": "\/images\/3838.png",
        "48": "\/images\/4848.png",
        "128": "\/images\/128128.png"
    },
    "action": {
        "default_icon": "\/images\/chromeshotWhite.png",
        "default_title": "Captr",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ]
}