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”。
擴展截圖
下載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 |
ID | igcjnmlofnnoiicdgpeabcjhbdcbieil |
官方網址 | 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" } } |