Lemtel - Supercharge Telegram for Work
Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser
Lemtel - Supercharge Telegram for Workとは何ですか?
Lemtel - Supercharge Telegram for WorkはPearl Lemonによって開発されたChromeの拡張機能で、その主な機能は「Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser」です。
拡張機能のスクリーンショット
Lemtel - Supercharge Telegram for Work拡張機能のCRXファイルをダウンロード
Lemtel - Supercharge Telegram for Work拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser                     拡張機能の基本情報
| 名前 |   |  
| ID | efolmmfboplmpeejdmdimdebpgooigmd | 
| 公式URL | https://chromewebstore.google.com/detail/lemtel-supercharge-telegr/efolmmfboplmpeejdmdimdebpgooigmd | 
| 説明 | Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser | 
| ファイルサイズ | 379 KB | 
| インストール数 | 1,149 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2022-10-22 | 
| 公開日 | 2022-10-21 | 
| 評価 | 4.94/5 合計 17 レビュー | 
| 開発者 | Pearl Lemon | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | https://pearllemon.com/privacy-policy | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Lemtel - Supercharge Telegram for Work",
    "description": "Lemtel is a productivity tool for Telegram power users. Lemtel sorts your unread messages into custom tabs on your browser",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "resources": [
                "js\/injectScript.js",
                "assets\/images\/*",
                "assets\/fonts\/*",
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "oauth2": {
        "client_id": "359184314056-bheumq0ll4c4728tt9v1re1bierk58e9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    }
}  |  |