Coding Interview New Tab
Learn new Computing ideas in every new tab.
Coding Interview New Tab란 무엇입니까?
Coding Interview New Tab은(는) https://iq.opengenus.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn new Computing ideas in every new tab."입니다.
확장 프로그램 스크린샷
Coding Interview New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Learn new ideas for Coding Interview on every new tab you open. It will help you get prepared for your Coding Interview gradually. No separate effort needed. It happens on its own subconsciously. This is a MUST USE free tool for long term benefit. Topics include Algorithms and Data Structures. Features: • Works offline. • Shows new one liner knowledge every time you open a new tab. • Customize background and text color to your taste. • Customize font of text (one-liner knowledge and topics) to your taste. • Refresh to new one-liner knowledge while staying in same tab. • Over 10,000 one-liner knowledge (enough for 2 years) (More will be added soon). This extension does NOT collect or handle any information specific to the user. It maintains and respects the privacy of the user. This extension is completely FREE to help you master computing ideas for your upcoming Coding Interview. Best of Luck. Hope you get the job. Learn more about our privacy policy at: https://discourse.opengenus.org/privacy Learn more about this tool: https://iq.opengenus.org/coding-interview-new-tab/
확장 프로그램 기본 정보
이름 | Coding Interview New Tab |
ID | nbaehjepepeodakkghpicliegcakiifa |
공식 URL | https://chromewebstore.google.com/detail/coding-interview-new-tab/nbaehjepepeodakkghpicliegcakiifa |
설명 | Learn new Computing ideas in every new tab. |
파일 크기 | 252 KB |
설치 횟수 | 311 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-08-02 |
출시 날짜 | 2021-07-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://iq.opengenus.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://iq.opengenus.org/coding-interview-new-tab/ |
도움말 페이지 URL | https://discourse.opengenus.org |
개인정보 보호 정책 페이지 URL | https://discourse.opengenus.org/privacy |
지원되는 언어 | en |
manifest.json | |
{ "author": "Aditya Chatterjee, OpenGenus Team", "chrome_url_overrides": { "newtab": "index.html" }, "description": "Learn new Computing ideas in every new tab.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "Coding Interview New Tab", "offline_enabled": true, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |