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 | 
| 公式URL | 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |