Notion Faster

Enhance the features of notion

Notion Faster क्या है?

Notion Faster evelancey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the features of notion"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notion Faster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A chrome extension to improve the efficiency of the notion web app                    

एक्सटेंशन की मूल जानकारी

नाम Notion Faster Notion Faster
ID jaklejjegklojefgmimdllbkhhkjfald
आधिकारिक URL https://chromewebstore.google.com/detail/notion-faster/jaklejjegklojefgmimdllbkhhkjfald
विवरण Enhance the features of notion
फ़ाइल का आकार 50.93 KB
स्थापना संख्या 132
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-03-19
प्रकाशन तिथि 2023-02-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर evelancey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/evestorm/notion-faster
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion Faster",
    "version": "1.0.1",
    "description": "Enhance the features of notion",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "32": "src\/images\/icon-32.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-96866cf9.js"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/content-219ec3f4.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "src\/utils\/index.ts",
                "src\/images\/eye.svg",
                "src\/images\/eye-hidden.svg",
                "src\/assets\/styles\/outline.css",
                "src\/assets\/styles\/fullPages.css",
                "src\/assets\/styles\/smallText.css",
                "src\/plugins\/Outline\/Outline.ts",
                "src\/plugins\/FullPages\/FullPages.ts",
                "src\/plugins\/SmallText\/SmallText.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.notion.site\/*",
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "assets\/index-2ff16699.js",
                "assets\/content.ts-f63ca1ac.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "show-outline": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Show or hide the outline."
        },
        "show-fullPages": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Set full width for all pages by default."
        },
        "show-smallText": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Set small text for all pages by default."
        }
    }
}