Papier
Open a new tab and trap your best thoughts.
ما هو Papier؟
Papier هو إضافة Chrome تم تطويرها بواسطة https://papier.app، والميزة الرئيسية لها هي "Open a new tab and trap your best thoughts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Papier
قم بتنزيل ملفات الامتداد Papier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Got something on your mind?
Did you know that the average person has about 60,000 thoughts a day? And that we spend about 7 hours looking at screens? Now with the Papier extension for Chrome, just open a new tab and trap your best thoughts. They'll be backed up directly to Chrome: no accounts, no syncing.
Simple, clean, and distraction-free, Papier declutters your thoughts so you can focus on the content. Let nothing get in the way of your notes.
Made with 💚 by Muxu.Muxu معلومات أساسية عن التمديد
| الاسم | |
| ID | hhjeaokafplhjoogdemakihhdhffacia |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia |
| الوصف | Open a new tab and trap your best thoughts. |
| حجم الملف | 1.02 MB |
| عدد التثبيتات | 50,253 |
| النسخة الحالية | 1.4.2 |
| آخر تحديث | 2021-10-16 |
| تاريخ النشر | 2021-10-16 |
| تقييم | 4.29/5 مجموع تقييمات 300 |
| المطور | https://papier.app |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://papier.app |
| عنوان صفحة المساعدة | https://papier.app |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Papier",
"description": "Open a new tab and trap your best thoughts.",
"version": "1.4.2",
"author": "Muxu\u2022Muxu",
"homepage_url": "https:\/\/muxumuxu.com\/",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"38": "images\/icon48.png"
},
"default_title": "Open Papier"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |