Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
harytfw committed Sep 9, 2017
2 parents d72dff5 + b9bfd37 commit 63b489b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,19 @@
An Firefox extension for drag behaviors, with WebExtension.

兼容多进程的Firefox拖拽扩展

## Goals

Currently I just want to provide an alternative to [Easy DragToGo+](https://www.firefox.net.cn/read-29894) for the reason that Firefox 57 won't support legacy extension anymore. This WebExtension is written in pure es6 without jQuery to avoid slow the browser down as much as possible.

## Install to general use.

Please visit [Add-ons for firefox](https://addons.mozilla.org/en-US/firefox/addon/glitterdrag/).

## Install to debug

See [installing section](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension#Installing) in MDN to install this addon. Or Using the [web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext) tool.

## Request Feature

Open an issue and descript clearly what you need. If this feature is not out of scope of GlitterDrag, author will consider to implement it.
29 changes: 15 additions & 14 deletions _locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
"message": "鏈結",
"description": "Search action"
},
"SEARCH_IMAGE_LINK": {
"message": "圖像鏈結",
"description": ""
},
"SEARCH_TEXT": {
"message": "文字",
"description": "Search action"
Expand All @@ -191,10 +195,6 @@
"message": "圖像",
"description": "Search action"
},
"SEARCH_IMAGE_LINK": {
"message": "圖像鏈結",
"description": ""
},
"SEARCH_ONSITE_YES": {
"message": "站內搜尋",
"description": "Search action"
Expand All @@ -211,14 +211,14 @@
"message": "鏈結",
"description": "Copy action"
},
"COPY_IMAGE": {
"message": "圖像",
"description": "Copy action"
},
"COPY_IMAGE_LINK": {
"message": "圖像鏈結",
"description": ""
},
"COPY_IMAGE": {
"message": "圖像",
"description": "Copy action"
},
"DOWNLOAD_TEXT": {
"message": "文字",
"description": "Copy action"
Expand All @@ -227,14 +227,14 @@
"message": "鏈結",
"description": "Copy action"
},
"DOWNLOAD_IMAGE": {
"message": "圖像",
"description": "Copy action"
},
"DOWNLOAD_IMAGE_LINK": {
"message": "圖像鏈結",
"description": "Copy action"
},
"DOWNLOAD_IMAGE": {
"message": "圖像",
"description": "Copy action"
},
"DOWNLOAD_SAVEAS_YES": {
"message": "另存為",
"description": "Copy action"
Expand Down Expand Up @@ -443,7 +443,7 @@
}
},
"elem_SettingDownloadDirectoryHelperText": {
"message": "設定的目錄只能作為 <b>瀏覽器的預設下載目錄<\/b> 的子目錄,同時也無法使用絕對路徑。第二列是你可以設定的目錄。<br>例如:“image\/” 表示的最終下載目錄是 “<b>預設下載目錄<\/b>\/image\/” . 留空是 <b>預設下載目錄<\/b>. 二級目錄需要手動建立 ",
"message": "設定的目錄只能作為 瀏覽器的預設下載目錄的子目錄,同時也無法使用絕對路徑。第二列是你可以設定的目錄。例如:“image/” 表示的最終下載目錄是 “預設下載目錄/image/” . 留空是預設下載目錄. 二級目錄需要手動建立 ",
"description": "Element on Options page"
},
"elem_Style": {
Expand All @@ -458,4 +458,5 @@
"message": "已儲存!",
"description": "Element on Options page"
}
}
}

0 comments on commit 63b489b

Please sign in to comment.