d.bo Posted September 13, 2010 Share Posted September 13, 2010 版本为1.3.1ie8,ff下工作正常,其他还未测试。 Link to comment Share on other sites More sharing options...
21846657 Posted September 13, 2010 Share Posted September 13, 2010 为防止buffer overflows,chrome不允许通过JavaScript来add bookmark。这不是bug。事实上,通过点击地址栏旁边的star来add bookmark比JavaScript的方式,效率和效果好很多。另外,你也可以修改tools.js的function addBookmark来增加一个类似这样的alert: else if(window.chrome){ alert('Press ctrl+D to bookmark after you click Done, or simply click the Star icon ahead of the address bar.'); Good luck! Link to comment Share on other sites More sharing options...
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