Google Slides - Download Image
Adds a 'Download Image' option to Google Slides context menu
Google Slides - Download Imageคืออะไร?
Google Slides - Download Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Polymer Mallard และคุณลักษณะหลักของมันคือ "Adds a 'Download Image' option to Google Slides context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Slides - Download Image
ดาวน์โหลดไฟล์ส่วนขยาย Google Slides - Download Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | afeblchodacmkncajakgjhfobkpbadnd | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd | 
| คำอธิบาย | Adds a 'Download Image' option to Google Slides context menu | 
| ขนาดไฟล์ | 17.55 KB | 
| จำนวนการติดตั้ง | 1,491 | 
| เวอร์ชันปัจจุบัน | 0.3.1 | 
| อัปเดตครั้งล่าสุด | 2023-12-31 | 
| วันที่เผยแพร่ | 2023-11-14 | 
| คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน | 
| ผู้พัฒนา | Polymer Mallard | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| URL หน้าช่วยเหลือ | https://www.polymermallard.com | 
| URL หน้านโยบายความเป็นส่วนตัว | https://www.polymermallard.com/privacy-policy | 
| ภาษาที่รองรับ | 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\/*"
            ]
        }
    ]
}  |  |