Captr

Take and edit beautiful screenshots on the fly

Cos'è Captr?

Captr è un'estensione di Chrome sviluppata da Suman Sigdel, e la sua funzione principale è "Take and edit beautiful screenshots on the fly".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Captr

Scarica i file di estensione Captr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Captr Captr
ID jdidignfmeafmfcenkokiflhkghajlon
URL Ufficiale https://chromewebstore.google.com/detail/captr/jdidignfmeafmfcenkokiflhkghajlon
Descrizione Take and edit beautiful screenshots on the fly
Dimensione del File 273 KB
Conteggio Installazioni 122
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-25
Data di Pubblicazione 2023-03-31
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Suman Sigdel
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.trycaptr.com/
URL della Pagina della Politica sulla Privacy https://www.chromeshot.com/privacy-policy
Lingue Supportate 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"
    ]
}