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 附加组件账户。
或者登录您已有的账户