Quick Create for Google Drive
Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
Co je Quick Create for Google Drive?
Quick Create for Google Drive je rozšíření Chrome vyvinuté breadleyyost7y, a jeho hlavní funkcí je „Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Quick Create for Google Drive
Stáhněte si soubory rozšíření Quick Create for Google Drive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Quickly create new Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates. The extension is changing the new tab.
Základní Informace o Rozšíření
Název | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Oficiální URL | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Popis | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
Velikost souboru | 47.8 KB |
Počet instalací | 33,964 |
Aktuální Verze | 3.3 |
Poslední Aktualizace | 2020-02-05 |
Datum Vydání | 2020-02-04 |
Hodnocení | 4.01/5 Celkem 148 Hodnocení |
Vývojář | breadleyyost7y |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "matches": [ "https:\/\/drive.google.com\/*usetemplate?id=*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Quick Create for Google Drive", "options_page": "options.html", "short_name": "Quick Create for Drive", "version": "3.3", "chrome_url_overrides": { "newtab": "nt.html" } } |