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.”。
擴展截圖
下載zTag Beta擴展crx文件
下載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!!
擴展基本資訊
名稱 | |
ID | clhpeepfmfcjgpnfaanbgapkahdnbhck |
官方網址 | 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'" } |