Create New
Quickly create new stuff.
Wat is Create New?
Create New is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Quickly create new stuff.".
Extensie Screenshots
Download het CRX-bestand van de extensie Create New
Download Create New-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Create New |
ID | bakmkgjfiaphnfglphdfkgjllpoolgfh |
Officiële URL | https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh |
Beschrijving | Quickly create new stuff. |
Bestandsgrootte | 64.77 KB |
Aantal Installaties | 1,897 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-02-17 |
Publicatiedatum | 2018-05-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | BrowserNative |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/quick-create-google-docs/ |
Help Pagina-URL | https://browsernative.com/quick-create-google-docs/ |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | 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\/" } |