Front End Tips Tab

Get HTML / CSS / Javascript tips when you open a new tab in Chrome

什么是Front End Tips Tab?

Front End Tips Tab是由Neil Patel开发的Chrome扩展程序,该扩展的主要功能是“Get HTML / CSS / Javascript tips when you open a new tab in Chrome”。

扩展截图

screenshot

下载Front End Tips Tab扩展crx文件

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

扩展使用说明

                        a Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology!                    

扩展基本信息

名称 Front End Tips Tab Front End Tips Tab
ID igcjnmlofnnoiicdgpeabcjhbdcbieil
官方URL https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil
简介 Get HTML / CSS / Javascript tips when you open a new tab in Chrome
文件大小 8.89 KB
安装次数 51
当前版本 0.0.0.1
更新时间 2017-10-03
上架时间 2017-10-03
评分 4.50/5 共2次评分
开发者 Neil Patel
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front End Tips Tab",
    "manifest_version": 2,
    "description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
    "version": "0.0.0.1",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "html.png"
    }
}