Create New
Quickly create new stuff.
Create New là gì?
Create New là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Quickly create new stuff.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Create New
Tải xuống các tệp mở rộng Create New dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Create New |
ID | bakmkgjfiaphnfglphdfkgjllpoolgfh |
URL Chính Thức | https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh |
Mô tả | Quickly create new stuff. |
Kích Thước Tệp | 64.77 KB |
Số Lần Cài Đặt | 1,897 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-02-17 |
Ngày Phát Hành | 2018-05-07 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | BrowserNative |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/quick-create-google-docs/ |
URL Trang Trợ Giúp | https://browsernative.com/quick-create-google-docs/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" } |