SpeakUp: Let Your Voice Be Heard

A discussion forum for every webpage

什麼是SpeakUp: Let Your Voice Be Heard?

SpeakUp: Let Your Voice Be Heard是由speakupsoftware開發的Chrome擴展程式,該擴展的主要功能是“A discussion forum for every webpage”。

擴展截圖

screenshot

下載SpeakUp: Let Your Voice Be Heard擴展crx文件

下載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
官方網址 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
    }
}