https://github.com/gromnitsky/copy_anchor_text
A browser extension (manifest v3) to copy link text or image title/alt via a context menu.
https://github.com/gromnitsky/copy_anchor_text
chrome-extension
Last synced: 7 months ago
JSON representation
A browser extension (manifest v3) to copy link text or image title/alt via a context menu.
- Host: GitHub
- URL: https://github.com/gromnitsky/copy_anchor_text
- Owner: gromnitsky
- Created: 2013-03-16T19:52:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T12:22:11.000Z (about 1 year ago)
- Last Synced: 2025-01-20T06:42:11.755Z (9 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy Anchor Text
A browser extension (manifest v3) to copy link text or image title/alt
via a context menu. Unlike other similar junk, this one actually
works, & reports errors via a popup.* [Chrome Web Store](https://chromewebstore.google.com/detail/copyanchortext/ejchelcnfibgbamkmkcobhbiiobglpgk)
* [Firefox Addons](https://addons.mozilla.org/en-US/firefox/addon/copy_anchor_text/)
* [.crx file](http://gromnitsky.users.sourceforge.net/js/chrome/)The scary 'Access your data for all websites' permission means it
injects a `contextmenu` listener to be able to grab text from `` &
``.
## Firefox notes
If you hold down Shift key while right-clicking, then
`contextmenu` doesn't fire & the extension complains.## Compilation
$ sudo dnf install jq jsonnet
$ make crxThe result should be in `_out` dir.
## License
MIT.
The icon is from
[Intrigue Icon Set](http://sourceforge.net/projects/intrigue-icons/).