External comments for web sites

Extension for external comments on websites for unregistered users.

O que é External comments for web sites?

External comments for web sites é uma extensão do Chrome desenvolvida por http://context2.com, e sua principal característica é "Extension for external comments on websites for unregistered users.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão External comments for web sites

Baixe arquivos de extensão External comments for web sites no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome External comments for web sites External comments for web sites
ID ngplihjnnmnmhalcelmeojjedmmbhpan
URL Oficial https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan
Descrição Extension for external comments on websites for unregistered users.
Tamanho do Arquivo 94.73 KB
Contagem de Instalações 32
Versão Atual 1.0.3
Última Atualização 2016-08-14
Data de Publicação 2016-08-14
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor http://context2.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://context2.com/en/Account/PrivacyPolicy
Idiomas Suportados 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"
    }
}