Enhanced extension installation documentation across docs, examples, and the generated install guide. Added Windows, macOS, and Linux-specific paths to help users find the correct installation directory. The dynamic README now shows the machine's actual extensions directory and typical OS paths. Also includes a minor fix removing wide string literal prefix from a path string.
16 lines
683 B
Plaintext
16 lines
683 B
Plaintext
Copy this folder into Nebula's extensions directory to install:
|
|
|
|
Windows: %LOCALAPPDATA%\Nebula\User Data\extensions\hello-nebula\
|
|
macOS: ~/Library/Application Support/Nebula/User Data/extensions/hello-nebula/
|
|
Linux: ~/.local/share/Nebula/User Data/extensions/hello-nebula/
|
|
(or $XDG_DATA_HOME/Nebula/User Data/extensions/hello-nebula/)
|
|
|
|
Or open Settings > Plugins — the install path is shown there.
|
|
|
|
Then click Reload Plugins (or restart Nebula).
|
|
|
|
manifest.json fields:
|
|
id, name, version, description, enabled
|
|
content_scripts[].matches (e.g. "*://*/*", "*://*.youtube.com/*", "<all_urls>")
|
|
content_scripts[].js / css (paths relative to this folder)
|