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 拡張機能の基本情報
| 名前 | |
| ID | ijnjlojbdhgpamjiflocklhfeciokfdl |
| 公式URL | 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 |
| Eメール | [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"
}
} | |