SpeakUp: Let Your Voice Be Heard
A discussion forum for every webpage
Qu'est-ce que SpeakUp: Let Your Voice Be Heard ?
SpeakUp: Let Your Voice Be Heard est une extension Chrome développée par speakupsoftware, et sa fonction principale est "A discussion forum for every webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpeakUp: Let Your Voice Be Heard
Téléchargez les fichiers d'extension SpeakUp: Let Your Voice Be Heard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SpeakUp: Let Your Voice Be Heard |
ID | gpplhmkbkcpjkfegknjdfgjhpglemjml |
URL Officiel | https://chromewebstore.google.com/detail/speakup-let-your-voice-be/gpplhmkbkcpjkfegknjdfgjhpglemjml |
Description | A discussion forum for every webpage |
Taille du Fichier | 32.04 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2020-07-28 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | speakupsoftware |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |