Bootstrap Cheat Sheet

Bootstrap cheatsheet

What is Bootstrap Cheat Sheet?

Bootstrap Cheat Sheet is a Chrome extension developed by themefisher, and its main feature is "Bootstrap cheatsheet".

Extension Screenshots

screenshot

Download Bootstrap Cheat Sheet Extension CRX File

Download Bootstrap Cheat Sheet 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

                        Bootstrap cheatsheet for front end developers who love bootstrap css framework                    

Extension Basic Information

Name Bootstrap Cheat Sheet Bootstrap Cheat Sheet
ID lanliecenanefppjlabfgnaahgmingdi
Official URL https://chrome.google.com/webstore/detail/bootstrap-cheat-sheet/lanliecenanefppjlabfgnaahgmingdi
Description Bootstrap cheatsheet
File Size 110 KB
Installation Count 524
Current Version 1.4
Last Updated 2018-12-07
Publish Date 2018-12-07
Rating 4.67/5 Total 3 Ratings
Developer themefisher
Email [email protected]
Payment Type free
Extension Website https://themefisher.com
Help Page URL https://themefisher.com
Privacy Policy Page URL https://themefisher.com/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Cheat Sheet",
    "version": "1.4",
    "description": "Bootstrap cheatsheet",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "manifest_version": 2
}