Noty

Note from the start

什么是Noty?

Noty是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Note from the start”。

扩展截图

screenshot

下载Noty扩展crx文件

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

扩展使用说明

                        Turns start page to a minimalistic notepad with support for todo items and list items.                    

扩展基本信息

名称 Noty Noty
ID bocobeipokdapflcoalkhhoeacgeccgc
官方URL https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc
简介 Note from the start
文件大小 411 KB
安装次数 44
当前版本 0.0.1
更新时间 2019-09-12
上架时间 2019-09-11
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noty",
    "version": "0.0.1",
    "description": "Note from the start",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}",
            "strict_min_version": "42.0"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}