Create a Google Drawing™

This extension creates a new Google Drawing™

Apa itu Create a Google Drawing™?

Create a Google Drawing™ adalah ekstensi Chrome yang dikembangkan oleh Thomas Hammerlund, dan fitur utamanya adalah "This extension creates a new Google Drawing™".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Create a Google Drawing™

Unduh file ekstensi Create a Google Drawing™ 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

                        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.                    

Informasi Dasar Ekstensi

Nama Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
URL Resmi https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Deskripsi This extension creates a new Google Drawing™
Ukuran File 8.24 KB
Jumlah Instalasi 619
Versi Saat Ini 0.4
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2021-04-12
Pengembang Thomas Hammerlund
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/view/one-click-extensions/home
URL Halaman Bantuan https://sites.google.com/view/one-click-extensions/contact
URL Halaman Kebijakan Privasi https://sites.google.com/view/one-click-extensions/privacy-policy
Bahasa yang Didukung 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"
    }
}