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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}