Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🌐 Bring code coverage data directly onto GitHub with the Qlty extension for Chrome and Firefox

License

NotificationsYou must be signed in to change notification settings

qltysh/qlty-browser

Repository files navigation

A cross-browser extension for theQlty platform that providescode quality insights directly in GitHub pull requests and commits. The extensionsupports both Chrome and Firefox using a unified codebase.

Supported Browsers

  • Chrome - Uses Manifest v3 with service workers
  • Firefox - Uses Manifest v2 with background scripts

Development

Installing Dependencies

npm install

Building

For development with file watching:

# Chrome (default)npm run watch# Chrome specificallynpm run watch:chrome# Firefoxnpm run watch:firefox

For production builds:

# Chrome (default)npm run build# Chrome specificallynpm run build:chrome# Firefoxnpm run build:firefox

All builds output to thedist/{chrome,firefox} directories respectively.

Loading the Extension

Chrome

  1. Build the extension:npm run build:chrome ornpm run watch:chrome
  2. Go tochrome://extensions
  3. Enable "Developer mode"
  4. Click "Load unpacked"
  5. Select thedist/chrome folder from the repository

For more details, see theChrome Extension Developer Documentation.

Firefox

  1. Build the extension:npm run build:firefox ornpm run watch:firefox
  2. Runnpm run run:firefox to load the extension in Firefox.

The extension automatically rebuilds when source files change during development,but you'll need to reload the extension in the browser to see changes.

Architecture

For technical details about the extension's architecture, cross-browser compatibility, and implementation details, seeARCHITECTURE.md.

About

🌐 Bring code coverage data directly onto GitHub with the Qlty extension for Chrome and Firefox

Resources

License

Security policy

Stars

Watchers

Forks

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp