Roblox Docs Search
Search the Roblox Creator Docs
Roblox Docs Search क्या है?
Roblox Docs Search Stephen Leitnick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the Roblox Creator Docs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roblox Docs Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly search the Roblox Creator Docs for relevant APIs, documentation, and more!
एक्सटेंशन की मूल जानकारी
नाम | 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" } } } |