Alice Keeler Webcam Snapshot

Take webcam snapshots and saves them into Google Drive.

Alice Keeler Webcam Snapshotとは何ですか?

Alice Keeler Webcam SnapshotはAliceKeelerによって開発されたChromeの拡張機能で、その主な機能は「Take webcam snapshots and saves them into Google Drive.」です。

拡張機能のスクリーンショット

screenshot

Alice Keeler Webcam Snapshot拡張機能のCRXファイルをダウンロード

Alice Keeler Webcam Snapshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use the webcam to take a snapshot. Images are saved to a folder in Google Drive and the link to the screenshot is copied to your clipboard. Suggestion to change the sharing permissions on the folder in Google Drive to "Anyone with the link can view" when wanting to share the URL to the image.                    

拡張機能の基本情報

名前 Alice Keeler Webcam Snapshot Alice Keeler Webcam Snapshot
ID nfiekeidmabgihoefbofbeepmcdglhji
公式URL https://chrome.google.com/webstore/detail/alice-keeler-webcam-snaps/nfiekeidmabgihoefbofbeepmcdglhji
説明 Take webcam snapshots and saves them into Google Drive.
ファイルサイズ 33.85 KB
インストール数 50,000
現在のバージョン 1.0.92
最終更新日 2021-04-17
公開日 2019-03-23
評価 4.00/5 合計 4 レビュー
開発者 AliceKeeler
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://alicekeeler.com
ヘルプページのURL https://docs.google.com/document/d/1spcx2BLNIUvoxmLm8xsBKD_dEP6JDJks2TkyGgxaTmk/edit?usp=sharing
プライバシーポリシーページのURL https://alicekeeler.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.92",
    "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": [
        "storage",
        "identity",
        "activeTab",
        "tabs",
        ""
    ],
    "oauth2": {
        "client_id": "805195903806-ego5q5p10s2cicc3rlgkvgllaaa0ponv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Webcam Snapshot",
        "default_popup": "popup.html"
    }
}