Roblox Docs Search

Search the Roblox Creator Docs

Roblox Docs Searchคืออะไร?

Roblox Docs Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Leitnick และคุณลักษณะหลักของมันคือ "Search the Roblox Creator Docs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Docs Search

ดาวน์โหลดไฟล์ส่วนขยาย Roblox Docs Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly search the Roblox Creator Docs for relevant APIs, documentation, and more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roblox Docs Search Roblox Docs Search
ID mejgpalbcgoooijaoomkcmcjeihhlehf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblox-docs-search/mejgpalbcgoooijaoomkcmcjeihhlehf
คำอธิบาย Search the Roblox Creator Docs
ขนาดไฟล์ 43.41 KB
จำนวนการติดตั้ง 4,594
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2023-11-25
วันที่เผยแพร่ 2020-10-27
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Stephen Leitnick
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roblox Docs Search",
    "version": "2.1.2",
    "description": "Search the Roblox Creator Docs",
    "author": "Stephen Leitnick",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/create.roblox.com\/docs\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.github.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/objects.githubusercontent.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src https:\/\/*.github.com https:\/\/github.com https:\/\/objects.githubusercontent.com"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{04926EA5-7531-4649-884C-1F0AC9C01679}",
            "strict_min_version": "109.0"
        }
    }
}