Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

什么是Quickie - Sticky Notes?

Quickie - Sticky Notes是由https://tutorialcodeplay.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your notes easily with our new 'Quickie-Sticky Notes'.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Quickie - Sticky Notes扩展crx文件

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

扩展使用说明

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

扩展基本信息

名称 Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
官方URL https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
简介 Manage your notes easily with our new 'Quickie-Sticky Notes'.
文件大小 841 KB
安装次数 1,114
当前版本 1.2
更新时间 2020-02-29
上架时间 2020-02-29
评分 4.07/5 共14次评分
开发者 https://tutorialcodeplay.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tutorialcodeplay.com
帮助页面URL https://tutorialcodeplay.com
隐私政策页面URL https://htmlcodeplay.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}