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.」です。
拡張機能のスクリーンショット
Input Tab in Google Keep拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } |