LeetChat for LeetCode
For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…
LeetChat for LeetCodeとは何ですか?
LeetChat for LeetCodeはLeetChat Groupによって開発されたChromeの拡張機能で、その主な機能は「For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…」です。
拡張機能のスクリーンショット
LeetChat for LeetCode拡張機能のCRXファイルをダウンロード
LeetChat for LeetCode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up your coding skills by inspiring various ideas from discussion while having fun for coding!
拡張機能の基本情報
名前 | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
公式URL | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
説明 | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
ファイルサイズ | 53.98 KB |
インストール数 | 21 |
現在のバージョン | 1.1 |
最終更新日 | 2019-04-19 |
公開日 | 2019-04-13 |
開発者 | LeetChat Group |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetChat for LeetCode", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*\/" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "LeetChat", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/axios\/dist\/axios.min.js; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |