Jinno: design any website React/HTML/sketch

Build design system for React/HTML/CSS/JavaScript faster then storybook figma or sketch

What is Jinno: design any website React/HTML/sketch?

Jinno: design any website React/HTML/sketch is a Chrome extension developed by Jinno, and its main feature is "Build design system for React/HTML/CSS/JavaScript faster then storybook figma or sketch".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jinno: design any website React/HTML/sketch Extension CRX File

Download Jinno: design any website React/HTML/sketch 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

                        Change your website css and stylesheet like figma sketch and webflow
Option to export your changes to css file

Use any open source react component to build you ui, ealy design and change the css

Save all stylesheet/javaScript changes in one place

Jinno is a Javascript viewer tailored for Designers and developers. Get access to the useful styles with our Chrome extension. Our mission is to let Designers and developer focus on design, and spend as little time as possible digging in a code of React/VueJs/Angular/Javascript. 

FEATURES
✓ Find any React open source component
✓ Build design system
✓ Build storybooks
✓ Export React code 
✓ Export Html code 
✓ Export Css code 
✓ Color picker
✓ Best tool for designers
✓ Syntax highlighting
✓ Share you css design with developers
✓ Font family picker
✓ Design your page the same as Figma
✓ Page ruler from Sketch
✓ Hover css inspector 
✓ Inspect element tool
✓ Detect your devtool position
✓ Save your css stylesheet changes from your Inspect element 
✓ DevTools integration
✓ Copy to clipboard
✓ Data export
✓ React support
✓ CSS support
✓ Javascript support
✓ Design like sketch
✓ Design like Figma
✓ Design like Webflow                    

Extension Basic Information

Name Jinno: design any website React/HTML/sketch Jinno: design any website React/HTML/sketch
ID nggpkpfmdkbaakpndblpandmldendooa
Official URL https://chromewebstore.google.com/detail/jinno-design-any-website/nggpkpfmdkbaakpndblpandmldendooa
Description Build design system for React/HTML/CSS/JavaScript faster then storybook figma or sketch
File Size 6.82 MB
Installation Count 5,420
Current Version 1.0.40
Last Updated 2024-01-10
Publish Date 2020-07-04
Rating 4.68/5 Total 28 Ratings
Developer Jinno
Email [email protected]
Payment Type free
Extension Website https://mor288.wixsite.com/jinno/how-to-use
Help Page URL https://mor288.wixsite.com/jinno/how-to-use
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/9d846289-9bd9-47a7-9139-d2a4119179e0
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jinno: design any website React\/HTML\/sketch",
    "version": "1.0.40",
    "description": "Build design system for React\/HTML\/CSS\/JavaScript faster then storybook figma or sketch ",
    "devtools_page": "devtools\/zloof.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Action Extension"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "app.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}