Create New
Quickly create new stuff.
Vad är Create New?
Create New är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Quickly create new stuff.".
Tilläggsskärmbilder
Ladda ner Create New-förlängningens CRX-fil
Ladda ner Create New-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bakmkgjfiaphnfglphdfkgjllpoolgfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh |
| Beskrivning | Quickly create new stuff. |
| Filstorlek | 64.77 KB |
| Antal Installationer | 1,897 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-02-17 |
| Publiceringsdatum | 2018-05-07 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | BrowserNative |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://browsernative.com/quick-create-google-docs/ |
| Hjälpsida URL | https://browsernative.com/quick-create-google-docs/ |
| URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
| Stödda Språk | 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\/"
} | |