Simple Notebook

Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).

什么是Simple Notebook?

Simple Notebook是由eliasedgren1开发的Chrome扩展程序,该扩展的主要功能是“Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).”。

扩展截图

screenshot

下载Simple Notebook扩展crx文件

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

扩展使用说明

                        By clicking the extension button a basic, minimalist, notebook appears. Here you can write whatever you want, and your words are locally stored. In the bottom right corner is a dark mode button.                    

扩展基本信息

名称 Simple Notebook Simple Notebook
ID apflfenklpnafmonogfcjnpblabaliok
官方URL https://chromewebstore.google.com/detail/simple-notebook/apflfenklpnafmonogfcjnpblabaliok
简介 Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).
文件大小 106 KB
安装次数 79
当前版本 0.0.0.1
更新时间 2021-05-25
上架时间 2021-05-24
开发者 eliasedgren1
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notebook",
    "version": "0.0.0.1",
    "description": "Just a pop-up notebook without ads, a complicated filesystem, nor a bazillion settings (but dark mode!).",
    "manifest_version": 2,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}