DriveSlides by Matt Miller and Alice Keeler
Create a Google Slides presentation out of a Drive folder of images.
什麼是DriveSlides by Matt Miller and Alice Keeler?
DriveSlides by Matt Miller and Alice Keeler是由https://alicekeeler.com開發的Chrome擴展程式,該擴展的主要功能是“Create a Google Slides presentation out of a Drive folder of images.”。
擴展截圖
下載DriveSlides by Matt Miller and Alice Keeler擴展crx文件
下載DriveSlides by Matt Miller and Alice Keeler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unfortunately DriveSlides is no longer available. Please use Photo to Slides Add-on from the G Suite Marketplace https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592
擴展基本資訊
名稱 | DriveSlides by Matt Miller and Alice Keeler |
ID | ijnjlojbdhgpamjiflocklhfeciokfdl |
官方網址 | https://chromewebstore.google.com/detail/driveslides-by-matt-mille/ijnjlojbdhgpamjiflocklhfeciokfdl |
簡介 | Create a Google Slides presentation out of a Drive folder of images. |
檔案大小 | 126 KB |
安裝次數 | 27,942 |
目前版本 | 1.0.13 |
更新時間 | 2020-07-03 |
上架時間 | 2020-07-02 |
評分 | 4.08/5 共 24 次評分 |
開發者 | https://alicekeeler.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
說明頁面URL | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
隱私政策頁面URL | https://alicekeeler.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "identity", "storage", "tabs", "https:\/\/drive.google.com\/drive\/*" ], "oauth2": { "client_id": "836656774926-59vggdehouo835pvt094qe5chlgialku.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/presentations" ] }, "content_scripts": [ { "matches": [ "https:\/\/drive.google.com\/drive\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "DriveSlides" } } |