Create a Google Keep™ Note

This extension creates a new note in Google Keep™

Create a Google Keep™ Note là gì?

Create a Google Keep™ Note là một tiện ích mở rộng Chrome được phát triển bởi Thomas Hammerlund, và tính năng chính của nó là "This extension creates a new note in Google Keep™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Create a Google Keep™ Note

Tải xuống các tệp mở rộng Create a Google Keep™ Note 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

                        This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
URL Chính Thức https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
Mô tả This extension creates a new note in Google Keep™
Kích Thước Tệp 5.86 KB
Số Lần Cài Đặt 492
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2021-04-17
Nhà Phát Triển Thomas Hammerlund
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/one-click-extensions/home
URL Trang Trợ Giúp https://sites.google.com/view/one-click-extensions/contact
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/one-click-extensions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}