Paper: New tab notebook
Clean, simple interface to write notes
Wat is Paper: New tab notebook?
Paper: New tab notebook is een Chrome-extensie ontwikkeld door Olivia Li, en de belangrijkste functie is "Clean, simple interface to write notes".
Extensie Screenshots
Download het CRX-bestand van de extensie Paper: New tab notebook
Download Paper: New tab notebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Paper: New tab notebook |
ID | onpkjdjjllkdepfhcaklijcfegdjehkm |
Officiële URL | https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm |
Beschrijving | Clean, simple interface to write notes |
Bestandsgrootte | 125 KB |
Aantal Installaties | 377 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2021-09-30 |
Publicatiedatum | 2020-07-31 |
Beoordeling | 4.52/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Olivia Li |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |