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?

Input Tab in Google Keep是由https://browsecraft.com開發的Chrome擴展程式,該擴展的主要功能是“This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.”。

擴展截圖

screenshot
screenshot

下載Input Tab in Google Keep擴展crx文件

下載Input Tab in Google Keep擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Input Tab in Google Keep Input Tab in Google Keep
ID bmfmbanhkhjhfeckobkcecohknhlnamb
官方網址 https://chromewebstore.google.com/detail/input-tab-in-google-keep/bmfmbanhkhjhfeckobkcecohknhlnamb
簡介 This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.
檔案大小 680 KB
安裝次數 23,231
目前版本 23.12.11
更新時間 2023-12-11
上架時間 2017-03-09
評分 3.97/5 共 59 次評分
開發者 https://browsecraft.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsecraft.com/
說明頁面URL https://browsecraft.com/contacts
隱私政策頁面URL https://browsecraft.com/privacy
支援的語言 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
}