Create a Google Keep™ Note

This extension creates a new note in Google Keep™

Create a Google Keep™ Noteとは何ですか?

Create a Google Keep™ NoteはThomas Hammerlundによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a new note in Google Keep™」です。

拡張機能のスクリーンショット

screenshot

Create a Google Keep™ Note拡張機能のCRXファイルをダウンロード

Create a Google Keep™ Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

拡張機能の基本情報

名前 Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
公式URL https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
説明 This extension creates a new note in Google Keep™
ファイルサイズ 5.86 KB
インストール数 492
現在のバージョン 0.3
最終更新日 2022-07-22
公開日 2021-04-17
開発者 Thomas Hammerlund
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/view/one-click-extensions/home
ヘルプページのURL https://sites.google.com/view/one-click-extensions/contact
プライバシーポリシーページのURL https://sites.google.com/view/one-click-extensions/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}