Paper: New tab notebook
Clean, simple interface to write notes
Qu'est-ce que Paper: New tab notebook ?
Paper: New tab notebook est une extension Chrome développée par Olivia Li, et sa fonction principale est "Clean, simple interface to write notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paper: New tab notebook
Téléchargez les fichiers d'extension Paper: New tab notebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Paper: New tab notebook |
ID | onpkjdjjllkdepfhcaklijcfegdjehkm |
URL Officiel | https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm |
Description | Clean, simple interface to write notes |
Taille du Fichier | 125 KB |
Nombre d'Installations | 377 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2021-09-30 |
Date de Publication | 2020-07-31 |
Évaluation | 4.52/5 Total 21 Évaluations |
Développeur | Olivia Li |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |