Sticky Notes

Sticky Notes for your Chrome.

什么是Sticky Notes?

Sticky Notes是由Digi Developers开发的Chrome扩展程序,该扩展的主要功能是“Sticky Notes for your Chrome.”。

扩展截图

screenshot

下载Sticky Notes扩展crx文件

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

扩展使用说明

                        Sticky Notes for Chrome. Organize all of the work with sticky notes and get things done.

• You'll see the notes every time you open a new tab in chrome.
• Unlimited number of notes can be added.
• Customise the background colour of the page and also the colour of the notes.
• The size of the note can be easily updated and can be dragged to any desired 
  location.
• The notes will stay in the exact position even after you exit and reopen.
• The application is lightweight and very fast
• A google search is also included with this application

This Extension is brought to you by PaintballFuzz.com                    

扩展基本信息

名称 Sticky Notes Sticky Notes
ID ljmleabfckkeibbkniakljkabcchbfmc
官方URL https://chromewebstore.google.com/detail/sticky-notes/ljmleabfckkeibbkniakljkabcchbfmc
简介 Sticky Notes for your Chrome.
文件大小 158 KB
安装次数 31
当前版本 1.0
更新时间 2022-01-18
上架时间 2022-01-17
开发者 Digi Developers
电子邮箱 [email protected]
付费类型 free
扩展官网 https://paintballfuzz.com/
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Sticky Notes for your Chrome.",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}