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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}