Input Tab in Google Keep

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

Hvad er Input Tab in Google Keep?

Input Tab in Google Keep er en Chrome-udvidelse udviklet af https://browsecraft.com, og dens hovedfunktion er "This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Input Tab in Google Keep-udvidelses-CRX-fil

Download Input Tab in Google Keep-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Input Tab in Google Keep Input Tab in Google Keep
ID bmfmbanhkhjhfeckobkcecohknhlnamb
Officiel URL https://chromewebstore.google.com/detail/input-tab-in-google-keep/bmfmbanhkhjhfeckobkcecohknhlnamb
Beskrivelse This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.
Filstørrelse 680 KB
Antal Installationer 23,231
Nuværende Version 23.12.11
Senest Opdateret 2023-12-11
Udgivelsesdato 2017-03-09
Bedømmelse 3.97/5 Samlet 59 Bedømmelser
Udvikler https://browsecraft.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browsecraft.com/
Hjælpeside-URL https://browsecraft.com/contacts
URL til Fortrolighedspolitik Side https://browsecraft.com/privacy
Understøttede Sprog 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
}