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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A discussion forum for every webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpeakUp: Let Your Voice Be Heard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } } |