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开发的Chrome扩展程序,该扩展的主要功能是“Extension for external comments on websites for unregistered users.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载External comments for web sites扩展crx文件

下载External comments for web sites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 External comments for web sites External comments for web sites
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"
    }
}