Create Google Docs
Create Google Docs
什麼是Create Google Docs?
Create Google Docs是由satoshixsea開發的Chrome擴展程式,該擴展的主要功能是“Create Google Docs”。
擴展截圖
下載Create Google Docs擴展crx文件
下載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へジャンプ 擴展基本資訊
| 名稱 | |
| ID | mgealjdnniclkdecdodfiinjgjifjbfo |
| 官方網址 | 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"
}
} | |