This Chrome Extension adds a LeetCode redirect/search button next to every InterviewBit problem.
If a direct mapping exists, it links directly to the LeetCode version. Otherwise, it fetches the top 3 relevant LeetCode problems using Google Programmable Search.
Preview
-
Site -> InterviewBit Site
- โ Smart mapping of InterviewBit โ LeetCode questions
- ๐ Fallback using Google Programmable Search (top 3 results)
ย ย ย ย ย ย
- ๐ฏ Clean UI with a LeetCode logo icon button
- ๐ Works directly on InterviewBit problem pages
- Clone or download this repo
- Create a .env folder and add your api keys
const GOOGLE_API_KEY = "your-api-key"; const CSE_ID = "your-cse-id";
npm install
npm run build