NoteIT - Modern Sticky Notes App

Easily jot down and save your ideas.

什么是NoteIT - Modern Sticky Notes App?

NoteIT - Modern Sticky Notes App是由Airdik开发的Chrome扩展程序,该扩展的主要功能是“Easily jot down and save your ideas.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载NoteIT - Modern Sticky Notes App扩展crx文件

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

扩展使用说明

                        Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click!                    

扩展基本信息

名称 NoteIT - Modern Sticky Notes App NoteIT - Modern Sticky Notes App
ID clihcpdelgbhanijpdlmiihoaechmeed
官方URL https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed
简介 Easily jot down and save your ideas.
文件大小 21.07 KB
安装次数 64
当前版本 4.2.0
更新时间 2023-01-29
上架时间 2020-10-01
评分 5.00/5 共7次评分
开发者 Airdik
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.buymeacoffee.com/Airdik
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoteIT - Modern Sticky Notes App",
    "description": "Easily jot down and save your ideas.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "version": "4.2.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "NoteIT",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}