Pixel Talk

Let's talk about the pixels in this page

Pixel Talk क्या है?

Pixel Talk https://moraga.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's talk about the pixels in this page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixel Talk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Pixel Talk Pixel Talk
ID nofdmnmoloanabhpnjokkkpfhjgjbmmo
आधिकारिक URL https://chromewebstore.google.com/detail/pixel-talk/nofdmnmoloanabhpnjokkkpfhjgjbmmo
विवरण Let's talk about the pixels in this page
फ़ाइल का आकार 8.58 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.2
अंतिम अपडेट 2014-12-23
प्रकाशन तिथि 2014-12-23
डेवलपर https://moraga.com.br
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/"
    ]
}