Sticky Notes

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

什么是Sticky Notes?

Sticky Notes是由Divin Divakaran开发的Chrome扩展程序,该扩展的主要功能是“Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.”。

扩展截图

screenshot
screenshot
screenshot

下载Sticky Notes扩展crx文件

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

扩展使用说明

                        ------------------------------- FEATURES ----------------------------------------

- 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                    

扩展基本信息

名称 Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
官方URL https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
简介 Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
文件大小 158 KB
安装次数 1,000
当前版本 1.0
更新时间 2018-12-18
上架时间 2018-12-18
评分 2.67/5 共6次评分
开发者 Divin Divakaran
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.divindivakaran.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}