Bootstrapy
Boostrap style highlighter.
Wat is Bootstrapy?
Bootstrapy is een Chrome-extensie ontwikkeld door darul75, en de belangrijkste functie is "Boostrap style highlighter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootstrapy
Download Bootstrapy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
Officiële URL | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
Beschrijving | Boostrap style highlighter. |
Bestandsgrootte | 5.44 MB |
Aantal Installaties | 132 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-04-21 |
Publicatiedatum | 2014-04-21 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | darul75 |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |