Roblox Docs Search

Search the Roblox Creator Docs

What is Roblox Docs Search?

Roblox Docs Search is a Chrome extension developed by Stephen Leitnick, and its main feature is "Search the Roblox Creator Docs".

Extension Screenshots

screenshot

Download Roblox Docs Search Extension CRX File

Download Roblox Docs Search 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

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

Extension Basic Information

Name Roblox Docs Search Roblox Docs Search
ID mejgpalbcgoooijaoomkcmcjeihhlehf
Official URL https://chromewebstore.google.com/detail/roblox-docs-search/mejgpalbcgoooijaoomkcmcjeihhlehf
Description Search the Roblox Creator Docs
File Size 43.41 KB
Installation Count 4,594
Current Version 2.1.2
Last Updated 2023-11-25
Publish Date 2020-10-27
Rating 4.83/5 Total 24 Ratings
Developer Stephen Leitnick
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}