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 |
官方網址 | 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" ] } |