SpeakUp: Let Your Voice Be Heard

A discussion forum for every webpage

Что такое SpeakUp: Let Your Voice Be Heard?

SpeakUp: Let Your Voice Be Heard - это расширение Chrome, разработанное speakupsoftware, и его основная функция - "A discussion forum for every webpage".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SpeakUp: Let Your Voice Be Heard

Скачайте файлы расширений SpeakUp: Let Your Voice Be Heard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        SpeakUp is a browser extension that opens a sidebar containing a discussion forum where you can discuss and comment on the article you're reading.  You can use SpeakUp on any web page, but particularly news articles, blog posts, and YouTube videos that don't have a comment section.  Your comments will be seen by other readers, who will be able to upvote, reply, and recommend.

To open the SpeakUp sidebar, click the red/blue bubble S icon on the browser extensions menu.  To change extension settings, right click on the icon and select Options.

SpeakUp uses Disqus comment thread software.                    

Основная информация о расширении

Название SpeakUp: Let Your Voice Be Heard SpeakUp: Let Your Voice Be Heard
ID gpplhmkbkcpjkfegknjdfgjhpglemjml
Официальный URL https://chromewebstore.google.com/detail/speakup-let-your-voice-be/gpplhmkbkcpjkfegknjdfgjhpglemjml
Описание A discussion forum for every webpage
Размер файла 32.04 KB
Количество установок 172
Текущая Версия 1.0.2
Последнее Обновление 2020-08-03
Дата публикации 2020-07-28
Рейтинг 4.80/5 Всего 5 оценок
Разработчик speakupsoftware
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/speakup-extension.disqus.com; object-src 'self'",
    "web_accessible_resources": [
        "web\/*"
    ],
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}