Google Slides - Download Image
Adds a 'Download Image' option to Google Slides context menu
Google Slides - Download Image क्या है?
Google Slides - Download Image Polymer Mallard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a 'Download Image' option to Google Slides context menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Slides - Download Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Google Slides - Download Image |
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\/*" ] } ] } |