WebNote

Displays a popup where you can add notes for your web pages

WebNoteとは何ですか?

WebNoteはBrahmdev Pandeyによって開発されたChromeの拡張機能で、その主な機能は「Displays a popup where you can add notes for your web pages」です。

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

screenshot

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

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

拡張機能の使用方法

                        Displays a popup where you can add notes, take a screenshot for active tab and add your recording for your web pages                    

拡張機能の基本情報

名前 WebNote WebNote
ID acoahnjabddobenghemlihgijcnnmkjm
公式URL https://chrome.google.com/webstore/detail/webnote/acoahnjabddobenghemlihgijcnnmkjm
説明 Displays a popup where you can add notes for your web pages
ファイルサイズ 168 KB
インストール数 35
現在のバージョン 2.0
最終更新日 2018-03-27
公開日 2018-03-27
評価 5.00/5 合計 1 レビュー
開発者 Brahmdev Pandey
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebNote",
    "description": "Displays a popup where you can add notes for your web pages",
    "version": "2.0",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "identity"
    ],
    "browser_action": {
        "default_icon": "icons\/webnote.png",
        "default_title": "Take a Note",
        "default_popup": "popup\/view\/panel.html"
    },
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/DiskStorage.js"
        ],
        "persistent": false
    }
}