Create a Google Drawing™

This extension creates a new Google Drawing™

Create a Google Drawing™とは何ですか?

Create a Google Drawing™はThomas Hammerlundによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a new Google Drawing™」です。

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

screenshot

Create a Google Drawing™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When logged into your Google Account, this extension creates a new and unique Google Drawing for you in one click. If you are not logged in, the extension will bring you to the login page.                    

拡張機能の基本情報

名前 Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
公式URL https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
説明 This extension creates a new Google Drawing™
ファイルサイズ 8.24 KB
インストール数 619
現在のバージョン 0.4
最終更新日 2021-04-29
公開日 2021-04-12
開発者 Thomas Hammerlund
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/view/one-click-extensions/home
ヘルプページのURL https://sites.google.com/view/one-click-extensions/contact
プライバシーポリシーページのURL https://sites.google.com/view/one-click-extensions/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Drawing\u2122",
    "description": "This extension creates a new Google Drawing\u2122",
    "version": "0.4",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Drawing\u2122"
    },
    "background": {
        "service_worker": "background.js"
    }
}