FE cheatsheets

FE helper

What is FE cheatsheets?

FE cheatsheets is a Chrome extension developed by linyongping, and its main feature is "FE helper".

Extension Screenshots

screenshot

Download FE cheatsheets Extension CRX File

Download FE cheatsheets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Useful cheat sheets for front end developer                    

Extension Basic Information

Name FE cheatsheets FE cheatsheets
ID koclgecfmdaphmpjicbkmhhdhnelipnl
Official URL https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl
Description FE helper
File Size 243 KB
Installation Count 26
Current Version 1.0.1
Last Updated 2017-12-14
Publish Date 2017-12-13
Developer linyongping
Payment Type free
Supported Languages 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"
    }
}