Paper: New tab notebook

Clean, simple interface to write notes

什么是Paper: New tab notebook?

Paper: New tab notebook是由Olivia Li开发的Chrome扩展程序,该扩展的主要功能是“Clean, simple interface to write notes”。

扩展截图

screenshot
screenshot

下载Paper: New tab notebook扩展crx文件

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

扩展使用说明

                        Save notes in your new tab page.

Notes are being saved using local storage, so your data is kept safe and secure.

Make sure to press "Keep it" when Chrome asks whether you want to revert back to the original new tab

The code is open source and available at https://github.com/olivia-li/paper                    

扩展基本信息

名称 Paper: New tab notebook Paper: New tab notebook
ID onpkjdjjllkdepfhcaklijcfegdjehkm
官方URL https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm
简介 Clean, simple interface to write notes
文件大小 125 KB
安装次数 377
当前版本 2.2
更新时间 2021-09-30
上架时间 2020-07-31
评分 4.52/5 共21次评分
开发者 Olivia Li
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper: New tab notebook",
    "version": "2.2",
    "description": "Clean, simple interface to write notes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "note.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2
}