是否可以通过扩展更改Google Chrome默认文档区域UI
在 Google Chrome 中,当我们打开新选项卡时,我们会看到应用程序图标或快速拨号。我想通过扩展来改变外观(如果可能的话)。
例如,我希望每行显示 7 个应用程序图标,而不是连续显示 6 个应用程序图标;也许我想更改背景颜色等。
我问这个是因为最近我意识到我可以通过开发人员工具(检查元素)查看源代码,然后通过更改那里的 css 来更改布局和颜色?
如果没有,有没有办法可以更改已安装的文件以获得相同的效果?
In Google Chrome, when we open a new tab, we see icons of apps or the speed dial. I want to change the looks through an extension (if it is possible).
For example, instead of 6 app icons showing in a row, I would want to display 7 app icons in each row; and maybe I want to change the background color etc etc.
I'm asking this as recently I realize I can view the source through the developers tool (Inspect Element) and than change the layout and colors by changing the css there?
If not, is there a way I can change the installed files to give the same effect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以覆盖 Chrome 默认情况下的某些页面。
查看文档以获取更多信息:
http://code.google.com /chrome/extensions/override.html
Yes, you can override some of the pages that come in Chrome by default.
Check the docs for more info:
http://code.google.com/chrome/extensions/override.html