OpenComments
Post public comments on any site. Own the Web. Let your voice be heard.
Τι είναι το OpenComments;
Το OpenComments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://opencomments.com, και η κύρια λειτουργία του είναι "Post public comments on any site. Own the Web. Let your voice be heard.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OpenComments
Λήψη αρχείων επέκτασης OpenComments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OpenComments enables you to write public comments on any Web page. Why would anyone want to do that? Here are some possible use cases: 1. Online recipe notes. How many times have you found a recipe on the Internet that looked promising but didn't quite turn out the way you expected? You experimented with it and made some improvements, but how can you write your notes on the Web page as a reference for the next time you prepare the dish? Or maybe you're baking cookies or a cake. The flour, sugar and butter in the recipe are listed in cups and you prefer, as I do, to weigh the ingredients? You can post your changes on the recipe page, so they will be there whenever you navigate to the page. 2. Overcome product review censorship. Have you ever posted a negative review of a product or service on the site where you made a purchase, only to find your review removed shortly thereafter? The next time you post a review on one of these sites, crosspost your review on the same page using OpenComments. 3. Get notified about possible scam Web sites. Whenever you visit a site for the first time with OpenComments, the app will automatically scour the Internet for information that could indicate that the site is a scam and warn you immediately. Additionally, other OpenComments users may post their own experiences with the site. 4. Calling out fake news. You may have information about a site that you believe needs to be noted as a rebuttal to what the site is claiming. What better way to get the word out to visitors to the site than to post your comment directly on the front page? And remember: the more people who use OpenComments, the more powerful everyone's voice becomes, so be sure to tell everyone you know about it. OpenComments empowers you in a way that's totally unprecedented. Get it today. Learn more at https://www.opencomments.com. If you have any questions or suggestions for improving OpenComments, please write to us at [email protected]. Post public comments on any site. Own the Web. Let your voice be heard.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OpenComments |
ID | ilgkjamobnhjoopmjiigbgilcmapodda |
Επίσημο URL | https://chromewebstore.google.com/detail/opencomments/ilgkjamobnhjoopmjiigbgilcmapodda |
Περιγραφή | Post public comments on any site. Own the Web. Let your voice be heard. |
Μέγεθος Αρχείου | 658 KB |
Αριθμός Εγκαταστάσεων | 112 |
Τρέχουσα Έκδοση | 3.0.36 |
Τελευταία Ενημέρωση | 2023-11-21 |
Ημερομηνία Δημοσίευσης | 2022-06-06 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://opencomments.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.opencomments.com/browsers |
Διεύθυνση URL της Σελίδας Βοήθειας | https://groups.google.com/g/opencomments-users-group |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.opencomments.com/privacy |
Υποστηριζόμενες Γλώσσες | en,fr,vi,fa,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenComments", "description": "__MSG_exDescription__", "default_locale": "en", "version": "3.0.36", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJH+Zv5t1Hf8vtf5p94\/KYn+KvFWvzaaPxStsC0D20AZIPQOgOZRbUoJjbKIejsjaL\/FjlL5twahTHksIbr2CSP9dg7mID48z06B5MffSdwFi6LxKunabIlPht6Km8tBmTQz56js0g0MyiO8E+CSabW3kua7ZB8hl6CGaZi1QGw1gLXZl2x8Zs8CdDvbjn0EnMqWQMfq5b18SyNaP+zyBCarMGnFaR9uQaaiINUhhNUAiAzIASk2M3SBUCOKiveNv2TubglnjwlMcvo6OmvgucweS9ujugpbUAepNgPwK3rP54Nz7Cn12SYhM1wbSGI6l4DjuoP9N5\/3IMLtA5V+pwIDAQAB", "oauth2": { "client_id": "844088689700-ecbs8l06qenjsa82mvf0vh8hbr5ohnv8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "16": "logo\/16.png", "24": "logo\/24.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/opencomments-4e86d.web.app\/*" ], "js": [ "inject\/main.js" ] } ], "web_accessible_resources": [ { "resources": [ "logo\/icon.png", "content\/index.css", "anonymous.jpg" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "OpenComments Popup", "default_icon": "logo\/no_msgs.png" }, "permissions": [ "scripting", "activeTab", "tabs", "storage", "notifications", "contextMenus", "identity", "identity.email" ], "host_permissions": [ " |