mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-09 04:29:09 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
408080345b | ||
| aac87493f2 |
@@ -1,3 +1,10 @@
|
|||||||
|
# [1.5.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.4.0...v1.5.0) (2025-06-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* updated readme (wrong commit type is intentional to trigger ci) ([aac8749](https://github.com/obsqrbtz/goose-highlighter/commit/aac87493f29293e3d3291ba899032cf62504c14c))
|
||||||
|
|
||||||
# [1.4.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.3.0...v1.4.0) (2025-06-24)
|
# [1.4.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.3.0...v1.4.0) (2025-06-24)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,4 +8,8 @@ Goose Highlighter is a browser extension that allows you to highlight custom wor
|
|||||||
- **Custom Colors:** Set background and foreground for each list and individual word.
|
- **Custom Colors:** Set background and foreground for each list and individual word.
|
||||||
- **Bulk Add:** Paste multiple words at once.
|
- **Bulk Add:** Paste multiple words at once.
|
||||||
- **Enable/Disable:** Toggle highlighting globally, per list, or per word.
|
- **Enable/Disable:** Toggle highlighting globally, per list, or per word.
|
||||||
- **Import/Export:** Backup or share your highlight lists as JSON files.
|
- **Import/Export:** Backup or share your highlight lists as JSON files.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
- go to [Chrome Web Store page](https://chromewebstore.google.com/detail/goose-highlighter/kdoehicejfnccbmecpkfjlbljpfogoep) and choose `Add to chrome`.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Goose Highlighter",
|
"name": "Goose Highlighter",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"description": "Highlight text on web pages",
|
"description": "Highlight text on web pages",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user