Pixel Talk

Let's talk about the pixels in this page

Pixel Talk란 무엇입니까?

Pixel Talk은(는) https://moraga.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's talk about the pixels in this page"입니다.

확장 프로그램 스크린샷

screenshot

Pixel Talk 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}