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