A browser extension that adds direct links to imported modules in GitHub source code, making navigation easier.
Module Linker is a browser extension that adds clickable links to imported modules and files directly within GitHub's source code viewer. It solves the problem of manually searching for dependencies by turning import statements into hyperlinks, making code navigation faster and more intuitive.
Developers who frequently browse and explore code on GitHub, especially those working with multi-language projects or large codebases where tracking dependencies is essential.
Developers choose Module Linker because it streamlines code exploration on GitHub, saving time and reducing context switching. Its broad language support and seamless integration make it a versatile tool for improving productivity.
browse modules by clicking directly on "import" statements on GitHub
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Supports over a dozen programming languages including JavaScript, Python, Go, and Rust, as highlighted in the README, making it versatile for multi-language codebases.
Integrates directly into GitHub's source code viewer without altering the core interface, enhancing the native browsing experience as described in the features.
Enables clicking on import statements to jump to external modules or files across different repositories, simplifying dependency exploration per the key features.
Automatically turns import statements into clickable links, reducing manual searches and improving productivity during code reviews or learning, as noted in the value proposition.
Currently exclusive to Firefox due to incompatibility with Chrome's manifest v3, as stated in the README, which excludes Chrome users and limits adoption.
Designed solely for GitHub's source code viewer, so it doesn't work on other platforms like GitLab or local development environments, restricting its utility.
Vulnerable to breaking changes from browser updates, as evidenced by the issue with Chrome's manifest v3 transition, which could lead to future disruptions.