when2meet-highlighter
Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app
什麼是when2meet-highlighter?
when2meet-highlighter是由j.r.jurman開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app”。
擴展截圖
下載when2meet-highlighter擴展crx文件
下載when2meet-highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allow people to see the individual availability of users on when2meet 擴展基本資訊
| 名稱 | |
| ID | nomialgedgafmlldcoklkhjnaibfeghh |
| 官方網址 | https://chromewebstore.google.com/detail/when2meet-highlighter/nomialgedgafmlldcoklkhjnaibfeghh |
| 簡介 | Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app |
| 檔案大小 | 4.69 KB |
| 安裝次數 | 150 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2023-03-15 |
| 上架時間 | 2017-11-27 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | j.r.jurman |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "when2meet-highlighter",
"description": "Chrome Extension that allows users to visually see the indiviudal availability of people on the when2meet web app",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/www.when2meet.com\/*"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
"menu.js"
]
} | |