Notion.so Faster & Responsive Popup
Have a better notion.so experience, less transitions and responsiveness
ما هو Notion.so Faster & Responsive Popup؟
Notion.so Faster & Responsive Popup هو إضافة Chrome تم تطويرها بواسطة Matheus Cezar، والميزة الرئيسية لها هي "Have a better notion.so experience, less transitions and responsiveness".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notion.so Faster & Responsive Popup
قم بتنزيل ملفات الامتداد Notion.so Faster & Responsive Popup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features
✔ ONE CLICK OPENS POPUP
✔ WRAP LINES IN CARDS
✔ HIDE HELP BUTTON
✔ FASTER TRANSITIONS
✔ SMALL PADDING
✔ RESPONSIVE (transforms columns in rows at narrow resolutions and windows)
✔ NICE SCROOL BAR معلومات أساسية عن التمديد
| الاسم | |
| ID | leadcilhbmibbkgbnjgmmnfgnnhmeddk |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/notionso-faster-responsiv/leadcilhbmibbkgbnjgmmnfgnnhmeddk |
| الوصف | Have a better notion.so experience, less transitions and responsiveness |
| حجم الملف | 19.7 KB |
| عدد التثبيتات | 3,000 |
| النسخة الحالية | 1.7 |
| آخر تحديث | 2020-10-09 |
| تاريخ النشر | 2019-06-15 |
| تقييم | 5.00/5 مجموع تقييمات 9 |
| المطور | Matheus Cezar |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://matheuscezar.me/ |
| عنوان صفحة المساعدة | https://github.com/matheus6417/notion-so-responsive-popup/issues |
| عنوان صفحة سياسة الخصوصية | http://[email protected] |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notion.so Faster & Responsive Popup",
"version": "1.7",
"description": "Have a better notion.so experience, less transitions and responsiveness",
"manifest_version": 2,
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"options_page": "options.html",
"permissions": [
"https:\/\/www.notion.so\/*",
"contextMenus"
],
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.notion.so\/*"
],
"js": [
"content-script.js"
],
"css": [
"content-style.css"
]
}
]
} | |