Google Slides - Download Image

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

Was ist Google Slides - Download Image?

Google Slides - Download Image ist eine Chrome-Erweiterung, die von Polymer Mallard entwickelt wurde, und ihr Hauptmerkmal ist "Adds a 'Download Image' option to Google Slides context menu".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Google Slides - Download Image-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Slides - Download Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Slides - Download Image Google Slides - Download Image
ID afeblchodacmkncajakgjhfobkpbadnd
Offizielle URL https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd
Beschreibung Adds a 'Download Image' option to Google Slides context menu
Dateigröße 17.55 KB
Installationsanzahl 1,491
Aktuelle Version 0.3.1
Letztes Update 2023-12-31
Veröffentlichungsdatum 2023-11-14
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Polymer Mallard
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.polymermallard.com
URL der Datenschutzrichtlinien-Seite https://www.polymermallard.com/privacy-policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}