Easy Screenshot

Take a screenshot and annotate with a powerful editor.

Qu'est-ce que Easy Screenshot ?

Easy Screenshot est une extension Chrome développée par Alisa Turner, et sa fonction principale est "Take a screenshot and annotate with a powerful editor.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy Screenshot

Téléchargez les fichiers d'extension Easy 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

                        Easy Screenshot allows you to take screenshots of opened pages and edit them with a built-in image editor.

Features:
⭐ Take a full-page screenshot
⭐ Take a visible-part screenshot
⭐ Annotate (Edit) screenshot - crop image, draw figures, add icons, and more
⭐ Copy or Save as a PNG file                    

Informations de Base sur l'Extension

Nom Easy Screenshot Easy Screenshot
ID ahkaodmjhcgdbolnbfieablpjjkcnmeo
URL Officiel https://chrome.google.com/webstore/detail/easy-screenshot/ahkaodmjhcgdbolnbfieablpjjkcnmeo
Description Take a screenshot and annotate with a powerful editor.
Taille du Fichier 520 KB
Nombre d'Installations 400,000
Version Actuelle 2.7.3
Dernière Mise à Jour 2020-11-23
Date de Publication 2020-11-10
Évaluation 2.56/5 Total 9 Évaluations
Développeur Alisa Turner
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1dVFbSjscvwnsxm-9G6UjRszZx1q3cgME-8s32dN9fio/edit?usp=sharing
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.7.3",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "Icon_128.png"
    },
    "icons": {
        "128": "Icon_128.png",
        "48": "Icon_48.png",
        "16": "Icon_16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "editor.html"
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}