Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
什麼是Floating Action Button for Google Drive?
Floating Action Button for Google Drive是由tom22ger開發的Chrome擴展程式,該擴展的主要功能是“Adds a shortcut to create your favorite file types in Google Drive!”。
擴展截圖
下載Floating Action Button for Google Drive擴展crx文件
下載Floating Action Button for Google Drive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds an additional button that hovers over your Google Drive window that allows for easy access to create new documents, spreadsheets, and more.
Featuring a floating action button that blends right in with Google's Material Design principles. 擴展基本資訊
| 名稱 | |
| ID | gcmplbpmeilihjhdolgikjoohcffdhio |
| 官方網址 | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
| 簡介 | Adds a shortcut to create your favorite file types in Google Drive! |
| 檔案大小 | 45.77 KB |
| 安裝次數 | 403 |
| 目前版本 | 0.2.0 |
| 更新時間 | 2018-07-30 |
| 上架時間 | 2018-07-30 |
| 開發者 | tom22ger |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Floating Action Button for Google Drive",
"version": "0.2.0",
"description": "Adds a shortcut to create your favorite file types in Google Drive!",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png"
},
"web_accessible_resources": [
"DocsIcon.svg",
"SheetsIcon.svg",
"SlidesIcon.svg",
"DrawingsIcon.svg",
"FormsIcon.svg",
"fab.html"
],
"content_scripts": [
{
"js": [
"addfab.js"
],
"css": [
"fabstylesheet.css"
],
"matches": [
"https:\/\/drive.google.com\/drive\/*"
]
}
]
} | |