Description of the need
While reviewing the list of modules, I sometimes need to quickly jump to certain module's project page. However quick can be constructing the project page's URL in the address bar, it takes valuable seconds anyway. Some project names are crazy long, as for example, of https://www.drupal.org/project/db_export_edit_mysql_row_as_text_and_import, so you have to first find the project page and then copy-paste it's URL.
Proposed solution
I propose to enhance usability of Backdrop's Functionality page and introduce a new Project Page link in the drop-down section of each module's Operations column as shown on the screenshot:

Recent comments
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE