Pixel Talk

Let's talk about the pixels in this page

Was ist Pixel Talk?

Pixel Talk ist eine Chrome-Erweiterung, die von https://moraga.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Let's talk about the pixels in this page".

Erweiterungsscreenshots

screenshot

Pixel Talk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pixel Talk-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
Offizielle URL https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
Beschreibung Let's talk about the pixels in this page
Dateigröße 8.58 KB
Installationsanzahl 10
Aktuelle Version 0.2
Letztes Update 2014-12-23
Veröffentlichungsdatum 2014-12-23
Entwickler https://moraga.com.br
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}