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
Eメール [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
}