An open API service indexing awesome lists of open source software.

https://github.com/lightapis/reload-tabs-of-the-same-domain

One-click reload all other tabs with the same domain as the current tab page.
https://github.com/lightapis/reload-tabs-of-the-same-domain

chrome-extension mozilla-addons

Last synced: 5 months ago
JSON representation

One-click reload all other tabs with the same domain as the current tab page.

Awesome Lists containing this project

README

          

# Reload tabs of the same domain

[![Release](https://img.shields.io/github/v/release/LightAPIs/reload-tabs-of-the-same-domain.svg?color=orange)](https://github.com/LightAPIs/reload-tabs-of-the-same-domain/releases/latest) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/bfklflklamddmbkhgbfgpponafcaijoa?maxAge=86400)](https://chrome.google.com/webstore/detail/bfklflklamddmbkhgbfgpponafcaijoa) [![Mozilla Add-ons](https://img.shields.io/amo/v/reload-tabs-of-the-same-domain)](https://addons.mozilla.org/zh-CN/firefox/addon/reload-tabs-of-the-same-domain/) [![MIT](https://img.shields.io/badge/license-MIT-green)](/LICENSE)

One-click reload all other tabs with the same domain as the current tab page.

## Install

### Chrome

- [**Chrome** extension](https://chrome.google.com/webstore/detail/bfklflklamddmbkhgbfgpponafcaijoa)
- [Releases](https://github.com/LightAPIs/reload-tabs-of-the-same-domain/releases/latest)

### Firefox

- [**Mozilla** add-ons](https://addons.mozilla.org/zh-CN/firefox/addon/reload-tabs-of-the-same-domain/)
- [Releases](https://github.com/LightAPIs/reload-tabs-of-the-same-domain/releases/latest)

## Development

- Install [Node.js](https://nodejs.org/) 8.9 and above (_new version has integrated npm_)

### Initialization

```bash
# Install clear tool
npm install rimraf -g

# Installation dependency
npm install
```

### Build

- Build the Chrome version: `npm run build-chrome`
- Build the Firefox version: `npm run build-firefox`

## License

[MIT](/LICENSE)