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

Add chrome extension support #16

Open
Tukks opened this issue Mar 27, 2020 · 1 comment
Open

Add chrome extension support #16

Tukks opened this issue Mar 27, 2020 · 1 comment

Comments

@Tukks
Copy link

Tukks commented Mar 27, 2020

I'm using Jira assistant, and I love your extension Jira Hot linker,

I would like to add chrome-extension url like :
chrome-extension://momjbjbjpbcbnepbgkkiaofkgimihbii/index.html#

Actually I have this error : Invalid value for origin pattern chrome-extension://momjbjbjpbcbnepbgkkiaofkgimihbii/index.html#*: Invalid scheme.

image

thanks!

@helmus helmus mentioned this issue Apr 29, 2020
@pweiss-mri
Copy link

This is a limitation of chrome and how it manages permission for extensions. The locations you enter must follow the rules specified here.

chrome-extension:// isn't a valid scheme for those rules but *:// is. You could try entering *://momjbjbjpbcbnepbgkkiaofkgimihbii/index.html#* and see if that works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants