Roblox Docs Search
Search the Roblox Creator Docs
Wat is Roblox Docs Search?
Roblox Docs Search is een Chrome-extensie ontwikkeld door Stephen Leitnick, en de belangrijkste functie is "Search the Roblox Creator Docs".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox Docs Search
Download Roblox Docs Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly search the Roblox Creator Docs for relevant APIs, documentation, and more!
Basisinformatie over de Extensie
Naam | Roblox Docs Search |
ID | mejgpalbcgoooijaoomkcmcjeihhlehf |
Officiële URL | https://chromewebstore.google.com/detail/roblox-docs-search/mejgpalbcgoooijaoomkcmcjeihhlehf |
Beschrijving | Search the Roblox Creator Docs |
Bestandsgrootte | 43.41 KB |
Aantal Installaties | 4,594 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2023-11-25 |
Publicatiedatum | 2020-10-27 |
Beoordeling | 4.83/5 Totaal 24 Beoordelingen |
Ontwikkelaar | Stephen Leitnick |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |