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
Eメール [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"
    }
}