zTag Beta

Make your Facebook conversations more interesting. Draw on photos and post it in your comments right from within Facebook.

zTag Beta란 무엇입니까?

zTag Beta은(는) https://ztagged.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your Facebook conversations more interesting. Draw on photos and post it in your comments right from within Facebook."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

zTag Beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        zTag integrates with facebook and allows you to draw or simply highlight a part on your photo in real time and share it with your friends.

Not only this, your friends can view your drawing in the same time-lapse as you originally drew it. Now is that cool or what!

Happy zTagging!!                    

확장 프로그램 기본 정보

이름 zTag Beta zTag Beta
ID clhpeepfmfcjgpnfaanbgapkahdnbhck
공식 URL https://chromewebstore.google.com/detail/ztag-beta/clhpeepfmfcjgpnfaanbgapkahdnbhck
설명 Make your Facebook conversations more interesting. Draw on photos and post it in your comments right from within Facebook.
파일 크기 1.07 MB
설치 횟수 10
현재 버전 0.13
최근 업데이트 2015-12-26
출시 날짜 2015-12-26
평점 4.53/5 총 17 개의 평점
개발자 https://ztagged.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zTag Beta",
    "version": "0.13",
    "description": "Make your Facebook conversations more interesting. Draw on photos and post it in your comments right from within Facebook.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "homepage_url": "http:\/\/ztagged.com",
    "incognito": "spanning",
    "minimum_chrome_version": "21",
    "offline_enabled": false,
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.ztagged.com\/*",
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/crop-strong.svg",
        "assets\/pencil.svg",
        "assets\/menu.svg",
        "assets\/info-down.svg",
        "assets\/info-normal.svg",
        "assets\/icon16.png",
        "assets\/icon48.png",
        "assets\/icon128.png",
        "assets\/webhostinghub-glyphs.svg",
        "assets\/webhostinghub-glyphs.eot",
        "assets\/webhostinghub-glyphs.ttf",
        "assets\/themify.eot",
        "assets\/themify.svg",
        "assets\/themify.ttf",
        "assets\/themify.woff",
        "page_scripts\/page_script.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}