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 |
| 官方URL | 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\/*"
]
}
]
} | |