Can I write into Google Chrome Url Address bar using an extention ?
Can I create开发者_Go百科 a Google chrome extension to change the URL of Google Chrome URL address bar?
Example : If I wrote in the address bar شةثقثىشغشزؤؤخة by wrong, it detects the letters and convert them into English letter to to : amerenaya.com
You can listen to changes in the URL's of the tab using the onUpdated
event then you need to determine if there is a litteral keyboard translation and then reload the tab using the update
method, unfortunately this will cause the page to reload, but it gets you partially to your solution.
精彩评论