Pixel Talk

Let's talk about the pixels in this page

Wat is Pixel Talk?

Pixel Talk is een Chrome-extensie ontwikkeld door https://moraga.com.br, en de belangrijkste functie is "Let's talk about the pixels in this page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pixel Talk

Download Pixel Talk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
Officiële URL https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
Beschrijving Let's talk about the pixels in this page
Bestandsgrootte 8.58 KB
Aantal Installaties 10
Huidige Versie 0.2
Laatst Bijgewerkt 2014-12-23
Publicatiedatum 2014-12-23
Ontwikkelaar https://moraga.com.br
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}