Input Tab in Google Keep

This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.

Input Tab in Google Keep là gì?

Input Tab in Google Keep là một tiện ích mở rộng Chrome được phát triển bởi https://browsecraft.com, và tính năng chính của nó là "This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Input Tab in Google Keep

Tải xuống các tệp mở rộng Input Tab in Google Keep 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

                        Do you like using Google Keeps, but the memos are getting unstructured?

With this extension, you can input tabs into memos in Google Keep. To do this: 
- open any memo and start writing;
- press the "Tab" button on your keyboard.

You can easily write structured text like the Markdown. 

Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛.

ADS & PROMOTION
When using Input Tab in Google Keep, you may encounter advertisements for other extensions. These situational ads allow us to develop the product and make it free for you - our users.

DISCLAIMER
Please note Input Tab in Google Keep is not made by Google™ or affiliated with Alphabet Inc.                    

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

Tên Input Tab in Google Keep Input Tab in Google Keep
ID bmfmbanhkhjhfeckobkcecohknhlnamb
URL Chính Thức https://chromewebstore.google.com/detail/input-tab-in-google-keep/bmfmbanhkhjhfeckobkcecohknhlnamb
Mô tả This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.
Kích Thước Tệp 680 KB
Số Lần Cài Đặt 23,231
Phiên Bản Hiện Tại 23.12.11
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2017-03-09
Đánh Giá 3.97/5 Tổng số 59 Đánh Giá
Nhà Phát Triển https://browsecraft.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsecraft.com/
URL Trang Trợ Giúp https://browsecraft.com/contacts
URL Trang Chính Sách Bảo Mật https://browsecraft.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,fr,es,pt-BR,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "23.12.11",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts.js"
            ],
            "matches": [
                "*:\/\/keep.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3
}