Quick Create Plus
Create new files for Google Drive from your browser bar.
什麼是Quick Create Plus?
Quick Create Plus是由https://www.ignitionedu.com開發的Chrome擴展程式,該擴展的主要功能是“Create new files for Google Drive from your browser bar.”。
擴展截圖
下載Quick Create Plus擴展crx文件
下載Quick Create Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create new files for Google Drive from your browser bar. Links include Docs, Sheets, Slides, Drawings, Forms, and Scripts. 擴展基本資訊
| 名稱 | |
| ID | cofbabcghomgglkjdekepjclhojimanb |
| 官方網址 | https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb |
| 簡介 | Create new files for Google Drive from your browser bar. |
| 檔案大小 | 40.7 KB |
| 安裝次數 | 60,469 |
| 目前版本 | 0.2 |
| 更新時間 | 2017-04-23 |
| 上架時間 | 2017-04-23 |
| 評分 | 4.66/5 共 29 次評分 |
| 開發者 | https://www.ignitionedu.com |
| 付費類型 | free |
| 支援的語言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_title__",
"version": "0.2",
"description": "__MSG_description__",
"default_locale": "en",
"browser_action": {
"default_popup": "index.html",
"default_icon": "icons\/suite_38.png"
},
"permissions": [
"storage"
],
"options_page": "options.html",
"icons": {
"128": "icons\/suite_128.png",
"48": "icons\/suite_48.png",
"16": "icons\/suite_16.png"
}
} | |