LiveForum
Giving a glass of ice water to forum.ge users
什麼是LiveForum?
LiveForum是由slev7n開發的Chrome擴展程式,該擴展的主要功能是“Giving a glass of ice water to forum.ge users”。
擴展截圖
下載LiveForum擴展crx文件
下載LiveForum擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ergonomic text editing for forum.ge 擴展基本資訊
| 名稱 | |
| ID | ndgkajmambbiknophepokfnnangenaab |
| 官方網址 | https://chromewebstore.google.com/detail/liveforum/ndgkajmambbiknophepokfnnangenaab |
| 簡介 | Giving a glass of ice water to forum.ge users |
| 檔案大小 | 31.46 KB |
| 安裝次數 | 280 |
| 目前版本 | 4.0.8 |
| 更新時間 | 2021-02-23 |
| 上架時間 | 2018-04-23 |
| 評分 | 4.93/5 共 14 次評分 |
| 開發者 | slev7n |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LiveForum",
"version": "4.0.8",
"description": "Giving a glass of ice water to forum.ge users",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
"icons\/wallpaper.svg"
],
"content_scripts": [
{
"matches": [
"*:\/\/forum.ge\/*",
"*:\/\/*.forum.ge\/*"
],
"js": [
"modules\/setup.js",
"modules\/storage.js",
"modules\/notifications.js",
"modules\/liveforum.js",
"index.js"
],
"css": [
"css\/style.css"
]
}
]
} | |