Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Floating Action Button for Google Drive là gì?
Floating Action Button for Google Drive là một tiện ích mở rộng Chrome được phát triển bởi tom22ger, và tính năng chính của nó là "Adds a shortcut to create your favorite file types in Google Drive!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Floating Action Button for Google Drive
Tải xuống các tệp mở rộng Floating Action Button for Google Drive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
URL Chính Thức | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Mô tả | Adds a shortcut to create your favorite file types in Google Drive! |
Kích Thước Tệp | 45.77 KB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2018-07-30 |
Ngày Phát Hành | 2018-07-30 |
Nhà Phát Triển | tom22ger |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |