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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browsecraft.com, και η κύρια λειτουργία του είναι "This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Input Tab in Google Keep

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}