Quick Create for Google Drive

Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.

Quick Create for Google Drive là gì?

Quick Create for Google Drive là một tiện ích mở rộng Chrome được phát triển bởi breadleyyost7y, và tính năng chính của nó là "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".

Ả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 Quick Create for Google Drive

Tải xuống các tệp mở rộng Quick Create for Google Drive 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

                        Quickly create new Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates.

The extension is changing the new tab.                    

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

Tên Quick Create for Google Drive Quick Create for Google Drive
ID ckcbfnpodigdcbjjmhmolhkhlfbepnca
URL Chính Thức https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca
Mô tả Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
Kích Thước Tệp 47.8 KB
Số Lần Cài Đặt 33,964
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2020-02-05
Ngày Phát Hành 2020-02-04
Đánh Giá 4.01/5 Tổng số 148 Đánh Giá
Nhà Phát Triển breadleyyost7y
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/quick-create-for-g-drive/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*usetemplate?id=*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Create for Google Drive",
    "options_page": "options.html",
    "short_name": "Quick Create for Drive",
    "version": "3.3",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}