1Click Save Screenshot

The fastest way to Save screenshots

Cos'è 1Click Save Screenshot?

1Click Save Screenshot è un'estensione di Chrome sviluppata da https://1ce.org, e la sua funzione principale è "The fastest way to Save screenshots".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione 1Click Save Screenshot

Scarica i file di estensione 1Click Save 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

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

Informazioni di Base sull'Estensione

Nome 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
URL Ufficiale https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
Descrizione The fastest way to Save screenshots
Dimensione del File 54.57 KB
Conteggio Installazioni 808
Versione Corrente 1.4
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore https://1ce.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.openscreenshot.com
URL della Pagina di Aiuto https://www.openscreenshot.com
URL della Pagina della Politica sulla Privacy https://www.webpagescreenshot.info/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Click Save Screenshot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "The fastest way to Save screenshots",
    "homepage_url": "https:\/\/1ce.org",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to save screenshot"
    }
}