Theorwen
關於我
| 名稱 | Theorwen |
|---|---|
| 加入日期 | April 13, 2015 |
| 參與開發的附加元件數量 | 0 個附加元件 |
| 此開發者的附加元件平均分數 | 未經評分 |
我所發表的評論
NewsFox
評分: 4 / 5 顆星
I like the clean, 3-panel layout.
Also, it is quite fast when the Display Style is set to "text".
However, it is missing two features:
1. Links to send posts to social media (in addition to the email link).
2. Search function.
UPDATE: I jury-rigged a social media link in Linux as follows:
1) Create a bash script as follows:
#!/bin/bash
# remove the 'mailto' section of the link, leaving only the post's URL:
URL=$( echo $1 | cut -d"=" -f3 )
# send the post's URL to the appropriate address:
firefox --new-tab https://plus.google.com/share?url=${URL}
2) Make this bash script executable.
3) Click the mail icon, then click "Choose an Application", navigate to your bash script, and choose it.
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。