Input Tab in Google Keep
This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.
Qu'est-ce que Input Tab in Google Keep ?
Input Tab in Google Keep est une extension Chrome développée par https://browsecraft.com, et sa fonction principale est "This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Input Tab in Google Keep
Téléchargez les fichiers d'extension Input Tab in Google Keep au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Input Tab in Google Keep |
ID | bmfmbanhkhjhfeckobkcecohknhlnamb |
URL Officiel | https://chromewebstore.google.com/detail/input-tab-in-google-keep/bmfmbanhkhjhfeckobkcecohknhlnamb |
Description | This is an extension for Google Keep. You can input tab ('Tab' button) into Google Keep memos. |
Taille du Fichier | 680 KB |
Nombre d'Installations | 23,231 |
Version Actuelle | 23.12.11 |
Dernière Mise à Jour | 2023-12-11 |
Date de Publication | 2017-03-09 |
Évaluation | 3.97/5 Total 59 Évaluations |
Développeur | https://browsecraft.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsecraft.com/ |
URL de la Page d'Aide | https://browsecraft.com/contacts |
URL de la Page de Politique de Confidentialité | https://browsecraft.com/privacy |
Langues Prises en Charge | 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 } |