QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
什麼是QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing是由http://qqquickly.chat開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to share your screen to quickly.chat”。
擴展截圖
下載QuicklyChat Screen Sharing擴展crx文件
下載QuicklyChat Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to share your screen.
擴展基本資訊
名稱 | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
官方網址 | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
簡介 | This extension allows you to share your screen to quickly.chat |
檔案大小 | 8.86 KB |
安裝次數 | 30 |
目前版本 | 2.0.1 |
更新時間 | 2017-08-28 |
上架時間 | 2017-08-28 |
開發者 | http://qqquickly.chat |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://qqquickly.chat |
說明頁面URL | http://twitter.com/omnipresencehq |
支援的語言 | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "QuicklyChat Screen Sharing", "short_name": "quickly.chat", "author": "quickly.chat", "version": "2.0.1", "description": "This extension allows you to share your screen to quickly.chat", "homepage_url": "https:\/\/qqquickly.chat\/", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "32": "icon32.png" } }, "icons": { "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost:9009\/*" ] } ] } |