Chrome extension 笔记

名为 manifest.json 的 manifest 文件是必须的,浏览器从这个文件获取扩展程序的相关信息,如扩展的文件路径和请求的权限等。

跟着教程学习 Chrome extension 开发

官方介绍:What are extensions?

JS 运行机制

JS是“动态”、“解释执行”的语言,而事实上她是一门编译语言

自定义滚动条样式

WebkitThe ::-webkit-scrollbar CSS pseudo-element affects the style of the scrollbar of an element.