Roblox Docs Search

Search the Roblox Creator Docs

什么是Roblox Docs Search?

Roblox Docs Search是由Stephen Leitnick开发的Chrome扩展程序,该扩展的主要功能是“Search the Roblox Creator Docs”。

扩展截图

screenshot

下载Roblox Docs Search扩展crx文件

下载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"
        }
    }
}