WebNotes

This app is used for saving notes for each websites

WebNotesとは何ですか?

WebNotesはDev App Zoneによって開発されたChromeの拡張機能で、その主な機能は「This app is used for saving notes for each websites」です。

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

screenshot

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

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

拡張機能の使用方法

                        Webnotes app is used to create notes for each websites based on domain or url.                    

拡張機能の基本情報

名前 WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
公式URL https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
説明 This app is used for saving notes for each websites
ファイルサイズ 638 KB
インストール数 363
現在のバージョン 1.3.0
最終更新日 2024-03-06
公開日 2017-06-26
開発者 Dev App Zone
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}