Introduction#
In this guide we will explore the useful browser plug-ins that can enhance the productivity and efficiency of developers. These plug-ins can be very beneficial for you whether you wish to manage cookies, customize web pages, or analyze the technologies used on a website.
Cookie Quick Manager#
Cookie Quick Manager is a plug-in designed to manage cookies effectively. It offers features such as viewing, searching, creating, editing, deleting, backing up, restoring, and preventing deletion of cookies.
See the source code on GitHub.
Stylus#
Stylus is a plug-in that allows you to redesign your favorite web pages. Whether installing a custom theme from an online repository or creating, editing, and managing personalized CSS stylesheets, Stylus provides granular control over the appearance of web pages.
See the source code on GitHub.
Wappalyzer#
Wappalyzer is a powerful tool for identifying the technologies and frameworks used on a website. It aids developers in quickly understanding the technical components of a site.
IMPORTANT: Wappalyzer seems to became paid service and no longer avilavble source code on GitHub. But you can still use the free version.
Tampermonkey#
Tampermonkey is a customizable user script manager that allows you to add custom JavaScript to web pages. It can be used to enhance the functionality of websites, automate tasks, and modify the appearance of pages.
IMPORTANT: As my research, Tampermonkey is not open source, the lastest source code of Github that i found is only available to 2018.
Commits on Jun 5, 2018
So its to say that is closed source.
Conclusion#
These browser plug-ins can significantly improve the browsing experience for developers by providing tools for managing cookies, customizing web pages, and analyzing the technologies used on websites.