Giter Site home page Giter Site logo

Comments (4)

salcido avatar salcido commented on September 27, 2024 1

@eberhardweber
Yes, Firefox uses the same standard as Chrome but there are enough differences to make the task of creating a separate version laborious with little to no ROI for myself.

I tried for several months back in 2016 to get Discogs Enhancer into the Firefox Add-on store. The code reviewers were largely unhelpful, refused to answer my questions, and repeatedly sent me deprecated documentation, while simultaneously requesting I update their outdated documents myself. The process was quite frustrating and left me with little interest in developing extensions on the Firefox platform.

Even when ignoring the reasons above, there are other issues preventing Discogs Enhancer from being accepted into the Add-On store. Mozilla will not allow extensions to use the innerHTML method. That means large portions of the codebase (this for example) would need to be rewritten using document.createElement to generate the necessary markup. This approach makes maintaining, augmenting, and debugging the extension significantly more tedious.

Another big factor is time. I've been working on this extension for close to 4 years now and it's grown quite a bit. It takes a large amount of time and energy to put out new versions. Anytime there is a new feature I need to:

  • write the logic
  • test it
  • write unit and functional tests for it
  • update the readme
  • update the change log
  • create the images and documentation for the learn page
  • update the toggle and submenu logic in the popup
  • update the website
  • update the list of features on the Chrome store page
  • make a new release here on Github
  • make an announcement post in the group on Discogs.com

Adding Firefox into the mix means even more time doing the aforementioned list of tasks with each new release.

Money also plays a role. Discogs Enhancer uses its own currency conversion API that costs me $72/year to host. The extension is free but I ask for donations. Occasionally generous people will donate a few dollars which helps to offset the cost of hosting. Unfortunately, I only receive around $35 dollars a year in donations. Essentially about enough to cover half of the cost of hosting the API.

I love Discogs and I enjoy working on this extension but the amount of time it takes to maintain it is substantial and I don't receive enough in donations to make the additional time and energy required to support a Firefox version worth it.

from discogs-enhancer.

eberhardweber avatar eberhardweber commented on September 27, 2024

Appreciate the definitive answer. Good luck with maintaining the add-on! Disheartened to hear you received poor support. Unfortunately, the Firefox add-ons WebExtension conversion seems to have been coupled with a fair bit of unfortunate streamlining. It often feels to me like add-on developers are seen by the corporate as a nuisance, or a pest, instead of a positive, transformative force.

from discogs-enhancer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.