Sticky Notes Everywhere | Digital Mercury

Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.

Sticky Notes Everywhere | Digital Mercuryとは何ですか?

Sticky Notes Everywhere | Digital Mercuryはhttps://digital-mercury.comによって開発されたChromeの拡張機能で、その主な機能は「Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.」です。

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

screenshot

Sticky Notes Everywhere | Digital Mercury拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.                    

拡張機能の基本情報

名前 Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
公式URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
説明 Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
ファイルサイズ 16.83 KB
インストール数 493
現在のバージョン 1.1
最終更新日 2020-12-01
公開日 2020-11-26
評価 3.00/5 合計 2 レビュー
開発者 https://digital-mercury.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://digital-mercury.com/
ヘルプページのURL https://digital-mercury.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes Everywhere | Digital Mercury",
    "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_icon": ".\/favicon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}