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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://www.polymermallard.com |
| عنوان صفحة سياسة الخصوصية | 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\/*"
]
}
]
} | |