How to make a chrome plugin

I was curious how to make a chrome plugin that loads some JS on every page - I have seen this before, but now I want to create my first chrome plugin that changes all fonts on websites before the Miz comic. Yes, this is a joke that draws friends to computers.

I would suggest that it takes 4 lines?

+3
source share
1 answer

http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95416

not really a plugin, however it will work if you change it to what you want. I tested it only on stackoverflow and google.


http://code.google.com/chrome/extensions/getstarted.html

+2

Source: https://habr.com/ru/post/1777781/


All Articles