InterviewBit
Leetcode and GeeksforGeeks links in InterviewBit
InterviewBitとは何ですか?
InterviewBitはsatviksrによって開発されたChromeの拡張機能で、その主な機能は「Leetcode and GeeksforGeeks links in InterviewBit」です。
拡張機能のスクリーンショット
InterviewBit拡張機能のCRXファイルをダウンロード
InterviewBit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.
拡張機能の基本情報
名前 | InterviewBit |
ID | healhengajmbpahbgiokccdoemnnlaak |
公式URL | https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak |
説明 | Leetcode and GeeksforGeeks links in InterviewBit |
ファイルサイズ | 217 KB |
インストール数 | 3,452 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-10-25 |
公開日 | 2020-10-24 |
評価 | 4.94/5 合計 16 レビュー |
開発者 | satviksr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/satu0king/InterviewBit-Extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterviewBit", "version": "0.0.1", "manifest_version": 2, "description": "Leetcode and GeeksforGeeks links in InterviewBit", "homepage_url": "https:\/\/www.interviewbit.com\/courses\/programming\/", "icons": { "16": "icons\/ib.png", "48": "icons\/ib.png", "128": "icons\/ib.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.interviewbit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "data\/*", "icons\/*" ] } |