url-chat
Here you can talk to other people that are seeing the same URL that you are now
什麼是url-chat?
url-chat是由willroquedev開發的Chrome擴展程式,該擴展的主要功能是“Here you can talk to other people that are seeing the same URL that you are now”。
擴展截圖
下載url-chat擴展crx文件
下載url-chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | eaigekfdkfcepdmcincfoieinhjhdlma |
| 官方網址 | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
| 簡介 | Here you can talk to other people that are seeing the same URL that you are now |
| 檔案大小 | 341 KB |
| 安裝次數 | 113 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2018-02-24 |
| 上架時間 | 2018-02-24 |
| 開發者 | willroquedev |
| 付費類型 | free |
| 擴展官網 | https://github.com/WillRoque/url-chat |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "url-chat",
"description": "Here you can talk to other people that are seeing the same URL that you are now",
"version": "1.0.1",
"browser_action": {
"default_icon": "\/img\/chat_small.png",
"default_popup": "\/index.html",
"default_title": "Click to open this URL's chat"
},
"permissions": [
"activeTab",
"storage"
]
} | |