Create Google Docs
Create Google Docs
What is Create Google Docs?
Create Google Docs is a Chrome extension developed by satoshixsea, and its main feature is "Create Google Docs".
Extension Screenshots
Download Create Google Docs Extension CRX File
Download Create Google Docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google driveの各ファイルを作成する拡張機能です。
右上のアイコンとコンテキストメニューから作成できます。
DC=Document
SS=Spreadsheet
PT=Presentation
FO=Form
DW=Drawing
SC=Script
My Drive=My Driveへジャンプ Extension Basic Information
| Name | |
| ID | mgealjdnniclkdecdodfiinjgjifjbfo |
| Official URL | https://chromewebstore.google.com/detail/create-google-docs/mgealjdnniclkdecdodfiinjgjifjbfo |
| Description | Create Google Docs |
| File Size | 128 KB |
| Installation Count | 315 |
| Current Version | 1.4 |
| Last Updated | 2016-05-21 |
| Publish Date | 2016-05-21 |
| Rating | 4.00/5 Total 1 Ratings |
| Developer | satoshixsea |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://sites.google.com/site/xesachromeex/contextmenu/create-new-docs |
| Supported Languages | 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"
}
} | |