External comments for web sites
Extension for external comments on websites for unregistered users.
External comments for web sites क्या है?
External comments for web sites http://context2.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for external comments on websites for unregistered users."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में External comments for web sites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension gives ability to leave comments on web-sites that don't suppot this. For example unregistered users can't leave comments on sites such as HabraHabr, GeekTimes. Also there are situations when some articles have duplicates on different sites like above this extension will show one single disscusion for all of duplicates that it sees for example LiveJournal sometimes have duplicates from HabraHabr.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ngplihjnnmnmhalcelmeojjedmmbhpan |
आधिकारिक URL | https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan |
विवरण | Extension for external comments on websites for unregistered users. |
फ़ाइल का आकार | 94.73 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-08-14 |
प्रकाशन तिथि | 2016-08-14 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | http://context2.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://context2.com/en/Account/PrivacyPolicy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.3", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "externally_connectable": { "matches": [ "*:\/\/context2.com\/*", "*:\/\/localhost\/*" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "Open context comment" }, "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" } } |