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": [
        "*:\/\/*\/*"
    ]
}