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.
- Host: GitHub
- URL: https://github.com/lightapis/reload-tabs-of-the-same-domain
- Owner: LightAPIs
- License: mit
- Created: 2021-05-12T13:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T14:51:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T00:02:44.244Z (about 1 year ago)
- Topics: chrome-extension, mozilla-addons
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Reload tabs of the same domain
[](https://github.com/LightAPIs/reload-tabs-of-the-same-domain/releases/latest) [](https://chrome.google.com/webstore/detail/bfklflklamddmbkhgbfgpponafcaijoa) [](https://addons.mozilla.org/zh-CN/firefox/addon/reload-tabs-of-the-same-domain/) [](/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)