Notion.so Faster & Responsive Popup

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

What is Notion.so Faster & Responsive Popup?

Notion.so Faster & Responsive Popup is a Chrome extension developed by Matheus Cezar, and its main feature is "Have a better notion.so experience, less transitions and responsiveness".

Extension Screenshots

screenshot
screenshot

Download Notion.so Faster & Responsive Popup Extension CRX File

Download Notion.so Faster & Responsive Popup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Notion.so Faster & Responsive Popup Notion.so Faster & Responsive Popup
ID leadcilhbmibbkgbnjgmmnfgnnhmeddk
Official URL https://chrome.google.com/webstore/detail/notionso-faster-responsiv/leadcilhbmibbkgbnjgmmnfgnnhmeddk
Description Have a better notion.so experience, less transitions and responsiveness
File Size 19.7 KB
Installation Count 3,000
Current Version 1.7
Last Updated 2020-10-09
Publish Date 2019-06-15
Rating 5.00/5 Total 9 Ratings
Developer Matheus Cezar
Email [email protected]
Payment Type free
Extension Website https://matheuscezar.me/
Help Page URL https://github.com/matheus6417/notion-so-responsive-popup/issues
Privacy Policy Page URL http://[email protected]
Supported Languages 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"
            ]
        }
    ]
}