Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lewiscowles1986/report-active-tab-poc
Reports on active browser tab (should work in FireFox, Chrome, Edge & Safari)
https://github.com/Lewiscowles1986/report-active-tab-poc
behaviour browser-extension proof-of-concept tab-reporting
Last synced: 16 days ago
JSON representation
Reports on active browser tab (should work in FireFox, Chrome, Edge & Safari)
- Host: GitHub
- URL: https://github.com/Lewiscowles1986/report-active-tab-poc
- Owner: Lewiscowles1986
- License: other
- Created: 2023-07-30T21:35:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T22:45:47.000Z (over 1 year ago)
- Last Synced: 2024-11-16T21:20:30.560Z (26 days ago)
- Topics: behaviour, browser-extension, proof-of-concept, tab-reporting
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Lewiscowles1986/report-active-tab-poc - Reports on active browser tab (should work in FireFox, Chrome, Edge & Safari) (JavaScript)
README
[![A picture of a tabbed interface](browser_extension/src/icons/icon.png) The icon is from flaticon](https://www.flaticon.com/free-icon/tab_3094392)
# Report Active Tab
A Browser addon for FireFox & Chrome to report the active tab## Download from public
* [Chrome Web Store](#coming-soon)
* [Firefox Add-ons](#coming-soon)
* [Microsoft Edge (chromium) Add-ons](#coming-soon)## Usage
After download / install you should have a server send HTTP POST request to `http://localhost/events/browser/tabChanged` every time the tab is changed.
No Extension is active by default for private tabs without explicit consent of the user, so by default this will need to be enabled to work in private tabs.
## Troubleshooting
Please do not send me an email, and instead file a bug in the [issues tab](https://github.com/Lewiscowles1986/report-active-tab-ff-chrome-poc/issues) or contribute a [Pull Request](https://github.com/Lewiscowles1986/report-active-tab-ff-chrome-poc/pulls)