Code Note

Save code notes in your chrome

Code Noteとは何ですか?

Code NoteはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Save code notes in your chrome」です。

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

screenshot
screenshot

Code Note拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Save code notes in your chrome                    

拡張機能の基本情報

名前 Code Note Code Note
ID cajfjidpmcjfnnpdlbcnaeagakeofnja
公式URL https://chromewebstore.google.com/detail/code-note/cajfjidpmcjfnnpdlbcnaeagakeofnja
説明 Save code notes in your chrome
ファイルサイズ 1007 KB
インストール数 43
現在のバージョン 1.0.0
最終更新日 2019-07-15
公開日 2019-07-15
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Note",
    "version": "1.0.0",
    "description": "Save code notes in your chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}