Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

什么是Note Board Sticky Notes?

Note Board Sticky Notes是由Krishna开发的Chrome扩展程序,该扩展的主要功能是“Simple and very light weight extension,it remind your works or tasks.”。

扩展截图

screenshot
screenshot

下载Note Board Sticky Notes扩展crx文件

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

扩展使用说明

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

扩展基本信息

名称 Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
官方URL https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
简介 Simple and very light weight extension,it remind your works or tasks.
文件大小 69.72 KB
安装次数 332
当前版本 1.0
更新时间 2020-12-10
上架时间 2020-12-09
评分 4.50/5 共4次评分
开发者 Krishna
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.krishnamurthy.me/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}