npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

adnbn

v0.5.7

Published

Addon Bone - Cross-browser web extension framework with shared code base

Downloads

105

Readme

adnbn

npm version npm downloads

Addon Bone - Cross-Browser Web Extension Framework with shared code base

Cross-browser framework for developing extensions on a single code base. Enables creating multiple production-grade extensions with different localizations, icons, and designs while maintaining identical core functionality.

Core Concept

  • Single code base: maintain one set of source files for all extensions.
  • Flexibility: supports both multi-package setups (multiple extensions in one repository) and standalone projects.
  • Modern workflow: automatic merging of styles, scripts, content scripts, and background scripts.

Supported Platforms & Manifests

  • Browsers: Chrome, Firefox, Opera, Safari, Edge.
  • Manifest Versions: Manifest V2 and V3.

Entry Points

  • Background Page
  • Content Scripts
  • Commands
  • Localization
  • Icons
  • Messages
  • Services
  • Relay
  • Offscreen
  • Popup
  • Sidebar

Plugins

  • Extensibility via Plugins: write modules for background pages, content scripts, and any supported entry points.
  • Automatic Integration: plugins are automatically included in the build process and update the manifest.

Services & Relay

  • Services: class-based layer for background interactions without boilerplate. Service methods are available across all extension layers via simple calls.
  • Relay: similar mechanism for content pages, bypassing CSP and getUserGesture restrictions by leveraging scripting contexts.

Offscreen

  • Manifest V2: offscreen support via <iframe> within the Background Page.
  • Manifest V3: native Offscreen API.

Benefits

  • 🔌 Plugin Architecture: easily extend functionality and add features without modifying the core framework.
  • 🔧 Faster Development: minimal configuration and boilerplate.
  • 🌐 Cross-Platform: write code once; run everywhere regardless of browser or manifest version.
  • 🔄 Scalable: seamlessly add new layers and entry points.
  • 🚀 Modern Design: cutting-edge architecture following best practices for extension publishing.

This framework is under active development. Detailed documentation and usage examples will be available soon on the official website.