Pixel Talk

Let's talk about the pixels in this page

Cos'è Pixel Talk?

Pixel Talk è un'estensione di Chrome sviluppata da https://moraga.com.br, e la sua funzione principale è "Let's talk about the pixels in this page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pixel Talk

Scarica i file di estensione Pixel Talk 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

                        Create and share annotations on any web page. The annotations are visible to all users of the plugin. You can drag and drop for better message transmit.                    

Informazioni di Base sull'Estensione

Nome Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
URL Ufficiale https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
Descrizione Let's talk about the pixels in this page
Dimensione del File 8.58 KB
Conteggio Installazioni 10
Versione Corrente 0.2
Ultimo Aggiornamento 2014-12-23
Data di Pubblicazione 2014-12-23
Sviluppatore https://moraga.com.br
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Talk",
    "version": "0.2",
    "description": "Let's talk about the pixels in this page",
    "homepage_url": "http:\/\/moraga.com.br\/pixeltalk",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/moraga.com.br\/"
    ]
}