Google Slides - Download Image

Adds a 'Download Image' option to Google Slides context menu

Qu'est-ce que Google Slides - Download Image ?

Google Slides - Download Image est une extension Chrome développée par Polymer Mallard, et sa fonction principale est "Adds a 'Download Image' option to Google Slides context menu".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Slides - Download Image

Téléchargez les fichiers d'extension Google Slides - Download Image 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

                        Adds a "Download image" option in the right-click menu of a Google Slides presentation so you can download JPEGs, PNGs, and GIFs uncropped from your presentation.


v0.3.1
- Menu option now appears for non-English languages
- Translations for 10 common languages including: Spanish, French, German, Italian, Portuguese, Russian, Japanese, Korean, Chinese, and English

v0.2.0
- Add support for Control+Click                    

Informations de Base sur l'Extension

Nom Google Slides - Download Image Google Slides - Download Image
ID afeblchodacmkncajakgjhfobkpbadnd
URL Officiel https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd
Description Adds a 'Download Image' option to Google Slides context menu
Taille du Fichier 17.55 KB
Nombre d'Installations 1,491
Version Actuelle 0.3.1
Dernière Mise à Jour 2023-12-31
Date de Publication 2023-11-14
Évaluation 5.00/5 Total 9 Évaluations
Développeur Polymer Mallard
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.polymermallard.com
URL de la Page de Politique de Confidentialité https://www.polymermallard.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "author": "Polymer Mallard",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "shared\/style\/app\/google.css",
                "shared\/style\/app\/plugin.css"
            ],
            "js": [
                "shared\/script\/app\/app.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/slides.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Adds a 'Download Image' option to Google Slides context menu",
    "homepage_url": "https:\/\/www.polymermallard.com",
    "host_permissions": [
        "https:\/\/docs.google.com\/*",
        "https:\/\/slides.google.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Google Slides - Download Image",
    "permissions": [],
    "version": "0.3.1",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/slides.google.com\/*"
            ],
            "resources": [
                "shared\/image\/*"
            ]
        }
    ]
}