Sticky Notes

Sticky Notes - don't ever forget a thing

什么是Sticky Notes?

Sticky Notes是由mariosloan开发的Chrome扩展程序,该扩展的主要功能是“Sticky Notes - don't ever forget a thing”。

扩展截图

screenshot

下载Sticky Notes扩展crx文件

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

扩展使用说明

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

扩展基本信息

名称 Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
官方URL https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
简介 Sticky Notes - don't ever forget a thing
文件大小 4.25 MB
安装次数 102
当前版本 1.0.1
更新时间 2022-12-28
上架时间 2022-12-24
评分 5.00/5 共1次评分
开发者 mariosloan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sticky-us.com/
帮助页面URL https://sticky-us.com/#contact-us
隐私政策页面URL https://sticky-us.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}