Comment Everywhere
This extension allows the user to comment at any page on the internet
Comment Everywhere क्या है?
Comment Everywhere Adriano Moura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to comment at any page on the internet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Comment Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension any web site will can receive comments and reviews, you will be able to share your opinion about a site, product, company, etc, and see others people opinions You will be able see all comments made in any URL, and to make your own comment ou review you will only need to login with your Google Account
एक्सटेंशन की मूल जानकारी
नाम | Comment Everywhere |
ID | cnelhcjkccamojhmmncfdhdhlgocmdjc |
आधिकारिक URL | https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc |
विवरण | This extension allows the user to comment at any page on the internet |
फ़ाइल का आकार | 1.27 MB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2021-08-29 |
प्रकाशन तिथि | 2020-05-25 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Adriano Moura |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comment Everywhere", "description": "This extension allows the user to comment at any page on the internet", "version": "0.1.2", "browser_action": { "default_popup": "index.html", "default_title": "Comment here" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "page": "app\/background.html" }, "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3\/iimLsg2bB+hjY\/3yZmc=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'" } |