https://github.com/arstgit/popup-extension
Firefox extension. Quick popup. Select a text, and then pop up a window in current page immediately.
https://github.com/arstgit/popup-extension
firefox-extension
Last synced: 21 days ago
JSON representation
Firefox extension. Quick popup. Select a text, and then pop up a window in current page immediately.
- Host: GitHub
- URL: https://github.com/arstgit/popup-extension
- Owner: arstgit
- Created: 2020-07-09T16:54:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T21:34:39.000Z (over 4 years ago)
- Last Synced: 2025-03-05T06:32:31.199Z (over 1 year ago)
- Topics: firefox-extension
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# popup url extension
[Firefox extension link](https://addons.mozilla.org/addon/popup-url)
Quick popup. Select a text, and then pop up a window in current page not a new tab immediately, with content based on your selection and configured url. Particularly useful for translating, dictionary looking up, wiki searching.

Before using this extension, click this extension toolbar button to edit the configuration, fill the url parameter with your wanted url.
Place the string: "????" to the variable part of the url. For example, with the url configured to "https://cn.bing.com/dict/search?q=????", after I selected a text: "vocabulary" in a page, this extension will open "https://cn.bing.com/dict/search?q=vocabulary" in this page automatically.
You can fully customized the appearance and position using CSS in configuration.
Note:
* Some website may restrict external connection using Content Security Policy (CSP). This would cause the extension displaying a blank page.
* Firefox extension only, for now.