Sticky

A sticky note extension for Chrome

什么是Sticky?

Sticky是由naik.tanmay283开发的Chrome扩展程序,该扩展的主要功能是“A sticky note extension for Chrome”。

扩展截图

screenshot

下载Sticky扩展crx文件

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

扩展使用说明

                        Sticky is a sticky note extension for chrome that uses local storage to store your notes on the go. Save inspiration, ideas and quick scribbles before you forget!                    

扩展基本信息

名称 Sticky Sticky
ID lcfpplpecfogeiofeknpeeocaajgdalg
官方URL https://chrome.google.com/webstore/detail/sticky/lcfpplpecfogeiofeknpeeocaajgdalg
简介 A sticky note extension for Chrome
文件大小 12.86 KB
安装次数 148
当前版本 1.1
更新时间 2020-04-22
上架时间 2020-04-22
开发者 naik.tanmay283
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky",
    "version": "1.1",
    "description": "A sticky note extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "sticky_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "note.html"
    },
    "permissions": [
        "storage"
    ]
}