External comments for web sites

Extension for external comments on websites for unregistered users.

Was ist External comments for web sites?

External comments for web sites ist eine Chrome-Erweiterung, die von http://context2.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension for external comments on websites for unregistered users.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

External comments for web sites-Erweiterungs-CRX-Datei herunterladen

Laden Sie External comments for web sites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name External comments for web sites External comments for web sites
ID ngplihjnnmnmhalcelmeojjedmmbhpan
Offizielle URL https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan
Beschreibung Extension for external comments on websites for unregistered users.
Dateigröße 94.73 KB
Installationsanzahl 32
Aktuelle Version 1.0.3
Letztes Update 2016-08-14
Veröffentlichungsdatum 2016-08-14
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler http://context2.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://context2.com/en/Account/PrivacyPolicy
Unterstützte Sprachen 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"
    }
}