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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a shortcut to create your favorite file types in Google Drive!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Floating Action Button for Google Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |