Screenshot to Google Slides
Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot…
Apa itu Screenshot to Google Slides?
Screenshot to Google Slides adalah ekstensi Chrome yang dikembangkan oleh t-izaki, dan fitur utamanya adalah "Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Screenshot to Google Slides
Unduh file ekstensi Screenshot to Google Slides dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot to Google Slides is a Chrome extension that makes it easy to create manuals. If you just only open the web page you want to capture and click, the screenshot is automatically added to the Google Slide.
Informasi Dasar Ekstensi
Nama | Screenshot to Google Slides |
ID | pancfmiiboiillelmbmkpkapokllmjgg |
URL Resmi | https://chromewebstore.google.com/detail/screenshot-to-google-slid/pancfmiiboiillelmbmkpkapokllmjgg |
Deskripsi | Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot… |
Ukuran File | 32.75 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-12-12 |
Tanggal Publikasi | 2019-12-11 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | t-izaki |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/t-izaki/Screenshot-to-Google-Slides |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot to Google Slides", "version": "1.1", "description": "", "permissions": [ "activeTab", "storage", "identity" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "oauth2": { "client_id": "481640214156-73t4k4qjgpided1mfjp41tekb7i0naln.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/presentations", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2 } |