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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion.so Faster & Responsive Popup

ดาวน์โหลดไฟล์ส่วนขยาย Notion.so Faster & Responsive Popup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notion.so Faster & Responsive Popup Notion.so Faster & Responsive Popup
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/
URL หน้าช่วยเหลือ https://github.com/matheus6417/notion-so-responsive-popup/issues
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}