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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ztagged.com และคุณลักษณะหลักของมันคือ "Make your Facebook conversations more interesting. Draw on photos and post it in your comments right from within Facebook."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zTag Beta

ดาวน์โหลดไฟล์ส่วนขยาย zTag Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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'"
}