Simple screenshot

One click is enough!

Cos'è Simple screenshot?

Simple screenshot è un'estensione di Chrome sviluppata da https://petasittek.com, e la sua funzione principale è "One click is enough!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple screenshot

Scarica i file di estensione Simple screenshot 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

                        🚀  How to use
  ⭐️ Click on the camera icon
  ⭐️ That's it, done!

🚀  Security and privacy
  ⭐️ No data are transmitted to anywhere.

🚀 Permissions explained
  ⭐️ "Manage your downloads": to be able to initiate the download of the screenshot immediately

Completely free and with no ads

Made with ♥ by Peta Sittek                    

Informazioni di Base sull'Estensione

Nome Simple screenshot Simple screenshot
ID eggmmlnhnjfadihmbfdkcockbmingemo
URL Ufficiale https://chromewebstore.google.com/detail/simple-screenshot/eggmmlnhnjfadihmbfdkcockbmingemo
Descrizione One click is enough!
Dimensione del File 10.05 KB
Conteggio Installazioni 10,749
Versione Corrente 2.0.3
Ultimo Aggiornamento 2023-01-19
Data di Pubblicazione 2018-04-20
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore https://petasittek.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.petasittek.com/chrome-extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple screenshot",
    "description": "One click is enough!",
    "version": "2.0.3",
    "icons": {
        "16": "16.e52722fd.png",
        "32": "32.00c7fb79.png",
        "48": "48.de65d008.png",
        "128": "128.4f6d7314.png"
    },
    "action": {
        "default_title": "Simple screenshot",
        "default_icon": {
            "16": "16.e52722fd.png",
            "19": "19.3f0bd8a2.png",
            "24": "24.78022110.png",
            "32": "32.00c7fb79.png",
            "38": "38.4e43ac41.png",
            "48": "48.de65d008.png",
            "128": "128.4f6d7314.png"
        }
    },
    "background": {
        "service_worker": "background.3c2a2d66.js"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ]
}