Pixel Talk

Let's talk about the pixels in this page

ما هو Pixel Talk؟

Pixel Talk هو إضافة Chrome تم تطويرها بواسطة https://moraga.com.br، والميزة الرئيسية لها هي "Let's talk about the pixels in this page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pixel Talk

قم بتنزيل ملفات الامتداد Pixel Talk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}