Create New
Quickly create new stuff.
¿Qué es Create New?
Create New es una extensión de Chrome desarrollada por BrowserNative, y su función principal es "Quickly create new stuff.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Create New
Descarga archivos de extensión Create New en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Quickly create new documents and other cool things. Create new Google Docs, Google Sheets, Microsoft Word document, GitHub Gist and many more. Visit https://browsernative.com/quick-create-google-docs/ for more information. Created by BrowserNative. Not Affiliated with Google.
Información Básica de la Extensión
Nombre | Create New |
ID | bakmkgjfiaphnfglphdfkgjllpoolgfh |
URL Oficial | https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh |
Descripción | Quickly create new stuff. |
Tamaño del Archivo | 64.77 KB |
Cantidad de Instalaciones | 1,897 |
Versión Actual | 1.0.2 |
Última Actualización | 2022-02-17 |
Fecha de Publicación | 2018-05-07 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | BrowserNative |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://browsernative.com/quick-create-google-docs/ |
URL de la Página de Ayuda | https://browsernative.com/quick-create-google-docs/ |
URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Create New", "description": "Quickly create new stuff.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "icons": { "128": "static\/extension-128.png", "48": "static\/extension-48.png" }, "action": { "default_icon": { "128": "static\/extension-128.png", "48": "static\/extension-48.png" }, "default_title": "Create New", "default_popup": "\/html\/popup.html" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "\/html\/options.html", "open_in_tab": true }, "commands": { "launch-docs": { "suggested_key": { "default": "Alt+Shift+D" }, "description": "Create New Google Docs File" }, "launch-sheets": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Create New Google Sheets File" }, "launch-slides": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "Create New Google Slides File" } }, "homepage_url": "https:\/\/browsernative.com\/quick-create-google-docs\/" } |