Pixel Talk

Let's talk about the pixels in this page

Qu'est-ce que Pixel Talk ?

Pixel Talk est une extension Chrome développée par https://moraga.com.br, et sa fonction principale est "Let's talk about the pixels in this page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixel Talk

Téléchargez les fichiers d'extension Pixel Talk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
URL Officiel https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
Description Let's talk about the pixels in this page
Taille du Fichier 8.58 KB
Nombre d'Installations 10
Version Actuelle 0.2
Dernière Mise à Jour 2014-12-23
Date de Publication 2014-12-23
Développeur https://moraga.com.br
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}