Jinno: design any website React/HTML/sketch

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

Cos'è Jinno: design any website React/HTML/sketch?

Jinno: design any website React/HTML/sketch è un'estensione di Chrome sviluppata da Jinno, e la sua funzione principale è "Build design system for React/HTML/CSS/JavaScript faster then storybook figma or sketch".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jinno: design any website React/HTML/sketch

Scarica i file di estensione Jinno: design any website React/HTML/sketch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Jinno: design any website React/HTML/sketch Jinno: design any website React/HTML/sketch
ID nggpkpfmdkbaakpndblpandmldendooa
URL Ufficiale https://chromewebstore.google.com/detail/jinno-design-any-website/nggpkpfmdkbaakpndblpandmldendooa
Descrizione Build design system for React/HTML/CSS/JavaScript faster then storybook figma or sketch
Dimensione del File 6.82 MB
Conteggio Installazioni 5,420
Versione Corrente 1.0.40
Ultimo Aggiornamento 2024-01-10
Data di Pubblicazione 2020-07-04
Valutazione 4.68/5 Totale 28 Valutazioni
Sviluppatore Jinno
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mor288.wixsite.com/jinno/how-to-use
URL della Pagina di Aiuto https://mor288.wixsite.com/jinno/how-to-use
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/9d846289-9bd9-47a7-9139-d2a4119179e0
Lingue Supportate 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
}