Screenshot to Google Slides

Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot…

What is Screenshot to Google Slides?

Screenshot to Google Slides is a Chrome extension developed by t-izaki, and its main feature is "Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot…".

Extension Screenshots

screenshot
screenshot

Download Screenshot to Google Slides Extension CRX File

Download Screenshot to Google Slides extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Screenshot to Google Slides Screenshot to Google Slides
ID pancfmiiboiillelmbmkpkapokllmjgg
Official URL https://chromewebstore.google.com/detail/screenshot-to-google-slid/pancfmiiboiillelmbmkpkapokllmjgg
Description Screenshot to Google Slides は、手順書の作成をより簡単にするためのChrome拡張機能です。キャプチャしたいWebページを開いてクリックするだけで、スクリーンショットが自動でGoogleスライドに追加されます。 Screenshot…
File Size 32.75 KB
Installation Count 147
Current Version 1.1
Last Updated 2019-12-12
Publish Date 2019-12-11
Rating 1.00/5 Total 1 Ratings
Developer t-izaki
Payment Type free
Privacy Policy Page URL https://github.com/t-izaki/Screenshot-to-Google-Slides
Supported Languages 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
}