Roblox Docs Search
Search the Roblox Creator Docs
Cos'è Roblox Docs Search?
Roblox Docs Search è un'estensione di Chrome sviluppata da Stephen Leitnick, e la sua funzione principale è "Search the Roblox Creator Docs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Docs Search
Scarica i file di estensione Roblox Docs Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly search the Roblox Creator Docs for relevant APIs, documentation, and more!
Informazioni di Base sull'Estensione
Nome | Roblox Docs Search |
ID | mejgpalbcgoooijaoomkcmcjeihhlehf |
URL Ufficiale | https://chromewebstore.google.com/detail/roblox-docs-search/mejgpalbcgoooijaoomkcmcjeihhlehf |
Descrizione | Search the Roblox Creator Docs |
Dimensione del File | 43.41 KB |
Conteggio Installazioni | 4,594 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2023-11-25 |
Data di Pubblicazione | 2020-10-27 |
Valutazione | 4.83/5 Totale 24 Valutazioni |
Sviluppatore | Stephen Leitnick |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |