Show HN: I made an extension that adds time cost to Amazon products(moneyistime.vilva.io)
moneyistime.vilva.io
Show HN: I made an extension that adds time cost to Amazon products
https://moneyistime.vilva.io/
3 comments
I like the idea, what are the chrome permissions like? Is the code open-source so I can analyze?
Sure, you can find the repo in the site, here it is: https://github.com/vilvadot/money-is-time/
Only explicitily asks for storage access to set a flag when the extension is enabled and to save the hourly rate.
It does have access to execute the code on amazon too, which basically is reading info from html and inject another html node.
Only explicitily asks for storage access to set a flag when the extension is enabled and to save the hourly rate.
It does have access to execute the code on amazon too, which basically is reading info from html and inject another html node.
Right now it only supports Amazon since it is the site I use the most, but it is pretty trivial to add more shops.
BTW, I just searched for myself on the Chrome Store and found a surprisingly identical extension O_o. https://chrome.google.com/webstore/detail/time-is-money/oopp... it seems it's more mature than mine, so here you have another option!