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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Floating Action Button for Google Drive |
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\/*" ] } ] } |