FE cheatsheets
FE helper
什麼是FE cheatsheets?
FE cheatsheets是由linyongping開發的Chrome擴展程式,該擴展的主要功能是“FE helper”。
擴展截圖
下載FE cheatsheets擴展crx文件
下載FE cheatsheets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Useful cheat sheets for front end developer
擴展基本資訊
名稱 | FE cheatsheets |
ID | koclgecfmdaphmpjicbkmhhdhnelipnl |
官方網址 | https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl |
簡介 | FE helper |
檔案大小 | 243 KB |
安裝次數 | 26 |
目前版本 | 1.0.1 |
更新時間 | 2017-12-14 |
上架時間 | 2017-12-13 |
開發者 | linyongping |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FE cheatsheets", "version": "1.0.1", "description": "FE helper", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_icon": { "19": "images\/logo.png", "38": "images\/logo.png" }, "default_title": "FE cheatsheets collector", "default_popup": "index.html" } } |