1Click Save Screenshot

The fastest way to Save screenshots

Wat is 1Click Save Screenshot?

1Click Save Screenshot is een Chrome-extensie ontwikkeld door https://1ce.org, en de belangrijkste functie is "The fastest way to Save screenshots".

Extensie Screenshots

Download het CRX-bestand van de extensie 1Click Save Screenshot

Download 1Click Save Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ☑ 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!                    

Basisinformatie over de Extensie

Naam 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
Officiële URL https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
Beschrijving The fastest way to Save screenshots
Bestandsgrootte 54.57 KB
Aantal Installaties 808
Huidige Versie 1.4
Laatst Bijgewerkt 2018-03-13
Publicatiedatum 2018-03-13
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://1ce.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.openscreenshot.com
Help Pagina-URL https://www.openscreenshot.com
URL van de Privacybeleid Pagina https://www.webpagescreenshot.info/privacy.html
Ondersteunde Talen 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"
    }
}