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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Input Tab in Google Keep एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}