SpeakUp: Let Your Voice Be Heard

A discussion forum for every webpage

SpeakUp: Let Your Voice Be Heard là gì?

SpeakUp: Let Your Voice Be Heard là một tiện ích mở rộng Chrome được phát triển bởi speakupsoftware, và tính năng chính của nó là "A discussion forum for every webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SpeakUp: Let Your Voice Be Heard

Tải xuống các tệp mở rộng SpeakUp: Let Your Voice Be Heard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SpeakUp: Let Your Voice Be Heard SpeakUp: Let Your Voice Be Heard
ID gpplhmkbkcpjkfegknjdfgjhpglemjml
URL Chính Thức https://chromewebstore.google.com/detail/speakup-let-your-voice-be/gpplhmkbkcpjkfegknjdfgjhpglemjml
Mô tả A discussion forum for every webpage
Kích Thước Tệp 32.04 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-08-03
Ngày Phát Hành 2020-07-28
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển speakupsoftware
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}