Skip to content

Releases: harytfw/GlitterDrag

v1.50.0b8

05 Sep 07:21
Compare
Choose a tag to compare
  • New implement that can drag something from outside into browser.
  • Add a redirect page than can search image.

  • 实现从浏览器外部拖拽东西.
  • 新增一个可以搜索图片的重定向页面.

https://addons.mozilla.org/zh-CN/firefox/addon/glitterdrag/versions/beta

v1.50.0b1

21 Aug 02:29
Compare
Choose a tag to compare

A better edit page of search engine, thanks @yfdyh000
More direction plan to select
Permit different actions when you press Ctrl or Shift Key.
More natural sequence #16
Add new option: It will activate the previous tab rather than next tab after you close a tab via foreground.

Please install from development channel : https://addons.mozilla.org/en-US/firefox/addon/glitterdrag/versions/beta


更好的搜索引擎编辑页面,由 @yfdyh000 完成
增加了更多可供选择的方向方案
增加了按下Ctrl和Shift键时的动作
更自然的打开顺序 #16
增加选项:当关闭一个前台打开标签页时,自动激活上一个标签页(默认情况是激活下一个)

请从开发者通道安装: https://addons.mozilla.org/zh-CN/firefox/addon/glitterdrag/versions/beta

v1.41b6

14 Aug 11:55
Compare
Choose a tag to compare
v1.41b6 Pre-release
Pre-release
Fixed: cannot input digit

v1.41b5

14 Aug 10:23
Compare
Choose a tag to compare
v1.41b5 Pre-release
Pre-release
  • Optimized: default options
  • Optimize logic: for links, if the object of the action is image's link, when the image's link cannot be obtained, then the content of image's link will become link.
  • There are other optimizations

  • 优化:默认选项
  • 优化逻辑:对链接来说,如果动作的对象是 图片链接,当图片链接无法获取时,那么图片链接的内容会变成链接
  • 还有其他优化

v1.41b4

14 Aug 06:23
Compare
Choose a tag to compare
v1.41b4 Pre-release
Pre-release

Support download text, link and image

  • Added: Download directory
  • Added: Save as ... is available

支持下载文字,链接 和 图片

  • 新增: 下载目录
  • 新增:现在可以选择是否另存为

v1.41b3

13 Aug 05:52
Compare
Choose a tag to compare
v1.41b3 Pre-release
Pre-release
  • Separate image's type into image's link and hyper link
  • Fixed: COPY can't work
  • Added: DuckDuckGo, Qwant search engine.

  • 把图像的类型分离为图像的 链接超链接(当 超链接 不可用时,会当成 链接 处理。)
  • 修复:复制 没有效果
  • 添加搜索引擎:DuckDuckGo,Qwant

v1.41b2

10 Aug 15:16
Compare
Choose a tag to compare
v1.41b2 Pre-release
Pre-release
  • Added: Support select built-in search engines.
  • Replace the unicode character of arrow to make compatibility with OS that lacks correct font.

  • 新增:支持选择扩展提供的内置搜索引擎,不用再自己找了。
  • 替换了箭头的unicode字符。因为我现在的win7系统不能正常显示,所以我就替换了。

v1.41b1

10 Aug 07:29
Compare
Choose a tag to compare
v1.41b1 Pre-release
Pre-release
  • Added: Direction Control. Allow limit the direction to drag. Support 8 directions at most, 1 direction at least.
  • Added: Customize Style. Styling the indicator with background or color you like.
  • Improved : Now it won't break the site's function: dragging file from outside .

  • 新增:方向控制。可以限制拖拽的方向,最多可以设置为8个方向,最少可以为1个方向。
  • 新增:自定义样式。为拖拽提示设置自己喜欢的背景或颜色。
  • 完善:扩展现在不会破坏网站的从外部拖拽文件功能

v1.40.2

02 Aug 14:18
Compare
Choose a tag to compare
  • Add: If the selected text can be parsed as a link, it will open a tab with correct url, rather than a blank tab.

  • 新增: 如果选中的文本被识别为链接,那么会优先打开链接而不是新建一个没用空白的页面。