This is an opensource web extension licensed under GNU GPLv3 or later. It's dedicated to developers who want to open their web apps faster. It use VueJS, TailwindCSS and Jetbrains Mono. Only available for Firefox Desktop 57.0 .
- Open quickly the links you have set. All HTTP links are valid. (
localhost:8056
,127.0.0.1
,192.168.11.45:80/app
,app.local
,https://github.com/about
). - Manage the links and categories (to create and delete).
- Separate links by categories (categories can be projects, life domains, perso/pro, ...) to keep the lists short, on-topic and to find the links you are looking for more quickly.
- Translations support (first to do a french translation)
- Open all links in the current categories
- Add the current tab link to the current category (fill the link and propose the name with the tab title)
What if I'm not a developer?
You can use it if you feel comfortable with computers, else this extension is probably not for you. The main features should not be a problem to use, but sometimes the little functionalities are specific to web development (for example "hosted in local" link option), so maybe you will not know what to do with them (don't forget about the manual if needed).
Limitations
- Links like
about:addons
orfile:///C:\...
are not supported due to Firefox restrictions. - For the moment only HTTP links are valid and links are validated in a basic manner.
- Ordering links within categories is currently not possible. (I will implement it in future versions).
- Maximum amount of links has been set to 15. It will probably change in the future. Currently the goal is to avoid vertical and horizontal scroll bars when the extension reaches its maximum size.
If you want to contribute to make this extension better, you're very welcome. There are currently 4 manners to contribute:
- Bugs/feedback/suggestions: If you found a bug, have an idea for an enhancement or a new feature, or you just want to give a feedback, just open an issue and describe it and why you think it will be valuable ! (Write only in English please).
- Contribute to reflections: To contribute to reflections in progress about the new features to implement, look at the issues labelled
help wanted
and share your opinions or ideas ! You can thumb up the new features the most valuable to show your interest. - Contribute with code: If you know VueJS (and/or HTML CSS Tailwindcss), search an issue that you find interesting, say that you want to work on the issue and we will organise before you start to code. Then you can fork the repos, code and open a new PR.
- Contribute with texts: If you think the manual or some docs must be enhanced, or you want to add a new translation, open a new issue to describe what can be enhanced and how to think to will make it better, before starting to write content. Then you can fork the repos, code and open a new PR.
If you want to build the extension from the source, you need:
- Windows 10, MacOS, Linux
- NPM v6^
- Clone the repos, open a shell
cd openDevApps
cd extension
npm install
npm run build
The build is now available in the dist
or as .zip
file under artifacts
(name like opendevapps-v1.0.1-production.zip
). It's not signed by Mozilla so you can only install it temporarly.
- Go to
about:debugging
- Under This Firefox, click
Load a temporary module
and select the file - The module is available until you close Firefox.
- Go to
about:addons
- Click on the settings icon
- Install Add-on from file
- Select the extension file
- Click
Add
--> The extension is correctly installed if you can open it as popup at the top right of your browser (you should the see the extension icon and click on it).
- Click on the download link
- Follow step 5 in the precedent procedure
If you want to develop the extension:
cd extension
npm install
npm run serve
- Follow the procedure
Install temporarly unsigned .zip or .xpi
and select the fileextension/dist/manifest.json
. Thedist
folder contains the extension code transpiled by webpack. - Go to
about:debugging
and clickInspect
for the extension. - Now you can start to develop in your IDE (
npm run serve
will build the code at each save) and to see changes just type F5 in the debugging tab. The extension will be reloaded. Look at this article. - When you want to build the extension, change
manifest.json
andpackage.json
versions and follow the build process (npm run build
).
All versions are published on GitHub under the releases panel, including the .xpi
file and the source code. When browsing with Firefox, a simple click on the .xpi
file is enough to launch the installation setup. The version names are the same in package.json
and manifest.json
.
- Production versions are available on GitHub et on addons.mozilla.org.
Names are built like that MAJOR.MINOR (for example1.2
stand for v1.2). - Beta versions are only available on GitHub, and don't have automatic updates (at the moment). Suscribe to releases notifications to keep informed.
Names are built like that MAJOR.MINOR.BETA-NUMBER (for example1.2.2
stand for v1.2 beta 2).
- TailwindCSS - MIT
Copyright (c) Adam Wathan [email protected]
Copyright (c) Jonathan Reinink [email protected] - VueJS - MIT
Copyright (c) 2013-present, Yuxi (Evan) You
- Jetbrains Mono - OFL
Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
Found with iconduck.com.
- Fluent UI System Icons MIT
Copyright (c) 2020 Microsoft Corporation - Material Design Icons - Apache License 2.0
- Majesticons Icons Set - MIT
Copyright (c) 2021 Gerrit Halfmann