Notion Search Assistant

Notion search assistant will display relevant search result upon a search on configured search engine

What is Notion Search Assistant?

Notion Search Assistant is a Chrome extension developed by datnguyen5653, and its main feature is "Notion search assistant will display relevant search result upon a search on configured search engine".

Extension Screenshots

screenshot
screenshot

Download Notion Search Assistant Extension CRX File

Download Notion Search Assistant 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

                        Notion search assistant will display relevant search result upon a search on configured search engine                    

Extension Basic Information

Name Notion Search Assistant Notion Search Assistant
ID hohdpkcejanbipifiggebdnbfglcjjin
Official URL https://chromewebstore.google.com/detail/notion-search-assistant/hohdpkcejanbipifiggebdnbfglcjjin
Description Notion search assistant will display relevant search result upon a search on configured search engine
File Size 261 KB
Installation Count 905
Current Version 0.7.0
Last Updated 2021-11-08
Publish Date 2021-10-23
Rating 4.00/5 Total 2 Ratings
Developer datnguyen5653
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "",
    "version": "0.7.0",
    "__DEV__": false,
    "name": "Notion Search Assistant",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "cookies",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "\/images\/notion-search-assistant-64.png",
            "128": "\/images\/notion-search-assistant-128.png",
            "256": "\/images\/notion-search-assistant-256.png"
        }
    },
    "icons": {
        "64": "\/images\/notion-search-assistant-64.png",
        "128": "\/images\/notion-search-assistant-128.png",
        "256": "\/images\/notion-search-assistant-256.png"
    },
    "options_page": "options.html",
    "content_scripts": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}