Чтобы попробовать тысячи доступных здесь дополнений, загрузите Mozilla Firefox, быстрый, бесплатный способ веб-сёрфинга!

Закрыть

Добро пожаловать в дополнения Firefox.

Выбирайте из тысяч дополнительных функций и стилей, чтобы настроить Firefox по своему вкусу.

Закрыть

В пути?

Зайдите на наш сайт мобильных дополнений .

Закрыть

Theorwen

Обо мне

Информация о разработчике
Имя Theorwen
Пользователь с Апрель 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.

Это отзыв для предыдущей версии этого дополнения (1.0.9.2.1-signed).