
popup url 作者: Derek Chuank
Quick popup. Select a text , Click, and then pop up a window in current page not a new tab immediately , with content based on your selection and configured url.
尚无用户尚无用户
扩展元数据
屏幕截图

关于此扩展
Before using this extension, click the 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 select a text: "vocabulary" in a page using the mouse pointer, this extension will open "https://cn.bing.com/dict/search?q=vocabulary" in this page automatically.
You can fully customized the appearance using CSS in configuration.
Note:
* Some website may restrict external connection using Content Security Policy (CSP). This will cause the extension displaying a blank page.
Source code:
https://github.com/derekchuank/popup-extension
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 select a text: "vocabulary" in a page using the mouse pointer, this extension will open "https://cn.bing.com/dict/search?q=vocabulary" in this page automatically.
You can fully customized the appearance using CSS in configuration.
Note:
* Some website may restrict external connection using Content Security Policy (CSP). This will cause the extension displaying a blank page.
Source code:
https://github.com/derekchuank/popup-extension
评分 0(1 位用户)
权限与数据详细了解
必要权限:
- 访问您在所有网站的数据
更多信息
0.4 的发布说明
Fix: Fix popup window closed prematurely.