Google Slides - Download Image

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

Google Slides - Download Image là gì?

Google Slides - Download Image là một tiện ích mở rộng Chrome được phát triển bởi Polymer Mallard, và tính năng chính của nó là "Adds a 'Download Image' option to Google Slides context menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Slides - Download Image

Tải xuống các tệp mở rộng Google Slides - Download Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Slides - Download Image Google Slides - Download Image
ID afeblchodacmkncajakgjhfobkpbadnd
URL Chính Thức https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd
Mô tả Adds a 'Download Image' option to Google Slides context menu
Kích Thước Tệp 17.55 KB
Số Lần Cài Đặt 1,491
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2023-11-14
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Polymer Mallard
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.polymermallard.com
URL Trang Chính Sách Bảo Mật https://www.polymermallard.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}