Create New
Quickly create new stuff.
什么是Create New?
Create New是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Quickly create new stuff.”。
扩展截图
下载Create New扩展crx文件
下载Create New扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Create New |
ID | bakmkgjfiaphnfglphdfkgjllpoolgfh |
官方URL | https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh |
简介 | Quickly create new stuff. |
文件大小 | 64.77 KB |
安装次数 | 1,897 |
当前版本 | 1.0.2 |
更新时间 | 2022-02-17 |
上架时间 | 2018-05-07 |
评分 | 5.00/5 共3次评分 |
开发者 | BrowserNative |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/quick-create-google-docs/ |
帮助页面URL | https://browsernative.com/quick-create-google-docs/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | 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\/" } |