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
电子邮箱 [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"
            ]
        }
    ]
}