OneClick Share Screenshot

The fastest way to share screenshots

Qu'est-ce que OneClick Share Screenshot ?

OneClick Share Screenshot est une extension Chrome développée par https://1ce.org, et sa fonction principale est "The fastest way to share screenshots".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension OneClick Share Screenshot

Téléchargez les fichiers d'extension OneClick Share Screenshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ☑ The fastest way to share a screenshot.

☑ One click, and immediately you get a URL that you can share.

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

Informations de Base sur l'Extension

Nom OneClick Share Screenshot OneClick Share Screenshot
ID bilhmoofdampcoaccakcdelibcaafopm
URL Officiel https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm
Description The fastest way to share screenshots
Taille du Fichier 58.68 KB
Nombre d'Installations 233
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-13
Date de Publication 2018-03-13
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://1ce.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.openscreenshot.com
URL de la Page d'Aide http://www.openscreenshot.com
URL de la Page de Politique de Confidentialité https://www.webpagescreenshot.info/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneClick Share Screenshot",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The fastest way to share screenshots",
    "homepage_url": "http:\/\/www.openscreenshot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to share screenshot"
    }
}