Bootstrapy
Boostrap style highlighter.
Cos'è Bootstrapy?
Bootstrapy è un'estensione di Chrome sviluppata da darul75, e la sua funzione principale è "Boostrap style highlighter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bootstrapy
Scarica i file di estensione Bootstrapy 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
Highlight Bootstrap 3 CSS usage on page. If you are designer, this tool will help you improve your understanding of all css rules provided by this awesome frameworks. Why use it, just go on a website to look how they have build their pages and have made reality come true. Then get inspiration to make you own design.
Informazioni di Base sull'Estensione
Nome | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
URL Ufficiale | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
Descrizione | Boostrap style highlighter. |
Dimensione del File | 5.44 MB |
Conteggio Installazioni | 132 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-04-21 |
Data di Pubblicazione | 2014-04-21 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | darul75 |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapy", "short_name": "Strapy", "version": "0.0.1", "manifest_version": 2, "description": "Boostrap style highlighter.", "minimum_chrome_version": "29", "icons": { "128": "favicon.png" }, "browser_action": { "default_icon": "favicon.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/jquery-1.8.3.min.js", "js\/content_script.js" ], "css": [ "css\/bootstrapy.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |