Sticky Note

You can put sticky notes on any webpage.

什么是Sticky Note?

Sticky Note是由Sardara Evlikuleeva开发的Chrome扩展程序,该扩展的主要功能是“You can put sticky notes on any webpage.”。

扩展截图

screenshot
screenshot
screenshot

下载Sticky Note扩展crx文件

下载Sticky Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A convenient extension that allows you to take notes on any page, and they will remain after reloading the page or even the browser.  These notes will only be visible to you.  Just right-click on the place on the page where you want to add a note, click on the "Add note" item and enter the text on the block that appears.  Notes can be moved by pulling them on the top edge of the block.  If you no longer want to see the note, just click the "Delete" button.                    

扩展基本信息

名称 Sticky Note Sticky Note
ID cmabpemmbmhlgmnlemmkelphankfclcf
官方URL https://chromewebstore.google.com/detail/sticky-note/cmabpemmbmhlgmnlemmkelphankfclcf
简介 You can put sticky notes on any webpage.
文件大小 14.5 KB
安装次数 1,160
当前版本 1.4
更新时间 2020-09-18
上架时间 2020-06-01
评分 4.50/5 共6次评分
开发者 Sardara Evlikuleeva
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vRSKqQQc9t6R8-RYWXKd1BX7dLFr7sbP-ndBt885tUBaWuAaowng0uPxO_uMEOm3pZmOHie9yHCWqIP/pub
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "description": "You can put sticky notes on any webpage.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Sticky Note",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content.css"
    ]
}