Create a Google Drawing™

This extension creates a new Google Drawing™

Create a Google Drawing™ là gì?

Create a Google Drawing™ là một tiện ích mở rộng Chrome được phát triển bởi Thomas Hammerlund, và tính năng chính của nó là "This extension creates a new Google Drawing™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Create a Google Drawing™

Tải xuống các tệp mở rộng Create a Google Drawing™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
URL Chính Thức https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Mô tả This extension creates a new Google Drawing™
Kích Thước Tệp 8.24 KB
Số Lần Cài Đặt 619
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2021-04-29
Ngày Phát Hành 2021-04-12
Nhà Phát Triển Thomas Hammerlund
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/one-click-extensions/home
URL Trang Trợ Giúp https://sites.google.com/view/one-click-extensions/contact
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/one-click-extensions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}