Questa estensione per browser guarda il vostro attuale URL e raccomanda alternative "migliori" di prodotto/servizio tramite un pop-up. "Migliore" potrebbe significare etico / attento alla privacy / sicuro / locale / più economico / di alta qualità, ecc. https://devol.it
Go to file
Nilesh 4975e124b8 Ignore hidden files while packaging 2020-08-11 02:05:13 +05:30
images Added icons for upload in Chrome store 2020-08-07 03:18:49 +05:30
.gitignore Updated README and added .gitignore 2020-08-11 01:49:48 +05:30
LICENSE.md Fix #6 Add MIT license 2020-08-04 19:13:00 +05:30
README.md Ignore hidden files while packaging 2020-08-11 02:05:13 +05:30
background.js feat: permanently dismiss popup 2020-08-06 16:11:23 +05:30
contentscript.js Merge pull request #19 from nileshtrivedi/feature-protect-xss 2020-08-11 01:49:02 +05:30
defaultlist.json misc fixes 2020-08-06 02:03:22 +05:30
manifest.json Description should not be more than 132 chars 2020-08-11 01:28:41 +05:30
options.html Fix remote list loading 2020-08-02 23:30:38 +05:30
options.js Fix remote list loading 2020-08-02 23:30:38 +05:30

README.md

Better

image

This is a browser extensions that recommends better alternatives to products and service that you're currently visiting. "Better" could mean ethical or cheaper or local or higher-quality or something else. So, while we ship a default list, users will be able to subscribe to multiple sources for recommendations.

This is a work-in-progress and not yet published. This should work for both Chromium-based (Chrome, Brave, Chromium etc) AND Firefox-based browsers.

Build

You can load this extension directly in Chrome or Firefox Developer Edition (after setting xpinstall.signatures.required to false in about:config).

To submit to the stores, build a zip with: zip -r -X archive.zip ./*

Contribute

Check one of the unassigned issues and start a discussion or send a pull request.