External comments for web sites

Extension for external comments on websites for unregistered users.

Cos'è External comments for web sites?

External comments for web sites è un'estensione di Chrome sviluppata da http://context2.com, e la sua funzione principale è "Extension for external comments on websites for unregistered users.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione External comments for web sites

Scarica i file di estensione External comments for web sites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome External comments for web sites External comments for web sites
ID ngplihjnnmnmhalcelmeojjedmmbhpan
URL Ufficiale https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan
Descrizione Extension for external comments on websites for unregistered users.
Dimensione del File 94.73 KB
Conteggio Installazioni 32
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-08-14
Data di Pubblicazione 2016-08-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore http://context2.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://context2.com/en/Account/PrivacyPolicy
Lingue Supportate 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"
    }
}