Roblox Docs Search
Search the Roblox Creator Docs
Roblox Docs Searchとは何ですか?
Roblox Docs SearchはStephen Leitnickによって開発されたChromeの拡張機能で、その主な機能は「Search the Roblox Creator Docs」です。
拡張機能のスクリーンショット
Roblox Docs Search拡張機能のCRXファイルをダウンロード
Roblox Docs Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly search the Roblox Creator Docs for relevant APIs, documentation, and more! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
} | |