Paper: New tab notebook
Clean, simple interface to write notes
Apa itu Paper: New tab notebook?
Paper: New tab notebook adalah ekstensi Chrome yang dikembangkan oleh Olivia Li, dan fitur utamanya adalah "Clean, simple interface to write notes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Paper: New tab notebook
Unduh file ekstensi Paper: New tab notebook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Paper: New tab notebook |
ID | onpkjdjjllkdepfhcaklijcfegdjehkm |
URL Resmi | https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm |
Deskripsi | Clean, simple interface to write notes |
Ukuran File | 125 KB |
Jumlah Instalasi | 377 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2021-09-30 |
Tanggal Publikasi | 2020-07-31 |
Penilaian | 4.52/5 Total 21 Penilaian |
Pengembang | Olivia Li |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |