Do chrome extensions allow you to enter javascript functions that get executed via settings? I could see something like a 'custom hype formatter' callback option that passes a dom reference to the news item along with its hype ranking being pretty neat.
Comments
Do chrome extensions allow you to enter javascript functions that get executed via settings? I could see something like a 'custom hype formatter' callback option that passes a dom reference to the news item along with its hype ranking being pretty neat.
Maybe I misunderstand you but isn't that what an extension does?
Chrome extensions are pretty much Javascript+HTML bundles in fact. Something like what you suggest is not only possible but very easy to accomplish.