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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Coding Interview New Tab扩展crx文件

下载Coding Interview New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}