Create Google Docs

Create Google Docs

Create Google Docsคืออะไร?

Create Google Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satoshixsea และคุณลักษณะหลักของมันคือ "Create Google Docs"

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

screenshot
screenshot

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

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

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

                        Google driveの各ファイルを作成する拡張機能です。
右上のアイコンとコンテキストメニューから作成できます。
DC=Document
SS=Spreadsheet
PT=Presentation
FO=Form
DW=Drawing
SC=Script
My Drive=My Driveへジャンプ                    

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

ชื่อ Create Google Docs Create Google Docs
ID mgealjdnniclkdecdodfiinjgjifjbfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/create-google-docs/mgealjdnniclkdecdodfiinjgjifjbfo
คำอธิบาย Create Google Docs
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 315
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-05-21
วันที่เผยแพร่ 2016-05-21
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา satoshixsea
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/site/xesachromeex/contextmenu/create-new-docs
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Create Google Docs",
    "version": "1.4",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "description": "Create Google Docs",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "Create Google Docs",
        "default_popup": "popup.html"
    }
}