Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Ability to open a file or page at the end of a custom script #778

Closed
estruyf opened this issue Mar 19, 2024 · 0 comments
Closed
Labels
enhancement New feature or request Released The task has been released v10.1.0 Project: v10.1.0

Comments

@estruyf
Copy link
Owner

estruyf commented Mar 19, 2024

Add the ability to the extensibility framework to allow the user to open a file or page once the custom script is completed.

ContentScript.open(`<path to a file>`);
ContentScript.open(`<URL of a webpage>`);
@estruyf estruyf added the enhancement New feature or request label Mar 19, 2024
@project-labels project-labels bot added v10.1.0 Project: v10.1.0 In progress This is actively being worked on labels Mar 19, 2024
estruyf added a commit that referenced this issue Mar 19, 2024
@project-labels project-labels bot added To document This item needs to be documented and removed In progress This is actively being worked on labels Mar 20, 2024
@project-labels project-labels bot added In BETA The current task is available for testing in the BETA version. and removed To document This item needs to be documented labels Apr 11, 2024
@estruyf estruyf closed this as completed Apr 12, 2024
@estruyf estruyf added Released The task has been released and removed In BETA The current task is available for testing in the BETA version. labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Released The task has been released v10.1.0 Project: v10.1.0
Projects
None yet
Development

No branches or pull requests

1 participant