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
官方網址 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
電子郵箱 [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"
    }
}