Notion.so Faster & Responsive Popup

Have a better notion.so experience, less transitions and responsiveness

Notion.so Faster & Responsive Popup là gì?

Notion.so Faster & Responsive Popup là một tiện ích mở rộng Chrome được phát triển bởi Matheus Cezar, và tính năng chính của nó là "Have a better notion.so experience, less transitions and responsiveness".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notion.so Faster & Responsive Popup

Tải xuống các tệp mở rộng Notion.so Faster & Responsive Popup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notion.so Faster & Responsive Popup Notion.so Faster & Responsive Popup
ID leadcilhbmibbkgbnjgmmnfgnnhmeddk
URL Chính Thức https://chrome.google.com/webstore/detail/notionso-faster-responsiv/leadcilhbmibbkgbnjgmmnfgnnhmeddk
Mô tả Have a better notion.so experience, less transitions and responsiveness
Kích Thước Tệp 19.7 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-10-09
Ngày Phát Hành 2019-06-15
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Matheus Cezar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://matheuscezar.me/
URL Trang Trợ Giúp https://github.com/matheus6417/notion-so-responsive-popup/issues
URL Trang Chính Sách Bảo Mật http://[email protected]
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}