Pixel Talk

Let's talk about the pixels in this page

Apa itu Pixel Talk?

Pixel Talk adalah ekstensi Chrome yang dikembangkan oleh https://moraga.com.br, dan fitur utamanya adalah "Let's talk about the pixels in this page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pixel Talk

Unduh file ekstensi Pixel Talk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
URL Resmi https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
Deskripsi Let's talk about the pixels in this page
Ukuran File 8.58 KB
Jumlah Instalasi 10
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-12-23
Tanggal Publikasi 2014-12-23
Pengembang https://moraga.com.br
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}