MikeyP Posted January 27, 2014 Posted January 27, 2014 Hi, I want to set a link to the languages settings (where the spell check settings are) so the user can get there easily (rather than explain how to navigate there or type the URL in), but using href="chrome://settings/languages" Chrome just goes to "about:blank". Any ideas?
LosOjos Posted January 27, 2014 Posted January 27, 2014 Hi, I want to set a link to the languages settings (where the spell check settings are) so the user can get there easily (rather than explain how to navigate there or type the URL in), but using href="chrome://settings/languages" Chrome just goes to "about:blank". Any ideas? It's a security issue, non chrome pages can't open chrome links. However, there is a workaround, you can open a new tab and direct it to the chrome page with a little jscript: Chrome Language Settings
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now