Notion Search Assistant

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

Τι είναι το Notion Search Assistant;

Το Notion Search Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον datnguyen5653, και η κύρια λειτουργία του είναι "Notion search assistant will display relevant search result upon a search on configured search engine".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notion Search Assistant

Λήψη αρχείων επέκτασης Notion Search Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Notion Search Assistant Notion Search Assistant
ID hohdpkcejanbipifiggebdnbfglcjjin
Επίσημο URL https://chromewebstore.google.com/detail/notion-search-assistant/hohdpkcejanbipifiggebdnbfglcjjin
Περιγραφή Notion search assistant will display relevant search result upon a search on configured search engine
Μέγεθος Αρχείου 261 KB
Αριθμός Εγκαταστάσεων 905
Τρέχουσα Έκδοση 0.7.0
Τελευταία Ενημέρωση 2021-11-08
Ημερομηνία Δημοσίευσης 2021-10-23
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής datnguyen5653
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
        "*:\/\/*\/*"
    ]
}