Paper: New tab notebook
Clean, simple interface to write notes
ما هو Paper: New tab notebook؟
Paper: New tab notebook هو إضافة Chrome تم تطويرها بواسطة Olivia Li، والميزة الرئيسية لها هي "Clean, simple interface to write notes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paper: New tab notebook
قم بتنزيل ملفات الامتداد Paper: New tab notebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 } |