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คืออะไร?

Quick Create for Google Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย breadleyyost7y และคุณลักษณะหลักของมันคือ "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Create for Google Drive

ดาวน์โหลดไฟล์ส่วนขยาย Quick Create for Google Drive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Create for Google Drive Quick Create for Google Drive
ID ckcbfnpodigdcbjjmhmolhkhlfbepnca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca
คำอธิบาย Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
ขนาดไฟล์ 47.8 KB
จำนวนการติดตั้ง 33,964
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2020-02-05
วันที่เผยแพร่ 2020-02-04
คะแนน 4.01/5 รวมทั้งหมด 148 คะแนน
ผู้พัฒนา breadleyyost7y
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/quick-create-for-g-drive/privacy-policy
ภาษาที่รองรับ 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"
    }
}