Bootstrap On

Booting and strapping.

Wat is Bootstrap On?

Bootstrap On is een Chrome-extensie ontwikkeld door analogmidnight, en de belangrijkste functie is "Booting and strapping.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bootstrap On

Download Bootstrap On-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

                        Apply Bootstrap to any website. Bootstrap on. Just click on the icon!                    

Basisinformatie over de Extensie

Naam Bootstrap On Bootstrap On
ID cilopffkfdljdnaolllnegobgbokbhci
Officiële URL https://chrome.google.com/webstore/detail/bootstrap-on/cilopffkfdljdnaolllnegobgbokbhci
Beschrijving Booting and strapping.
Bestandsgrootte 1.68 MB
Aantal Installaties 113
Huidige Versie 1.2
Laatst Bijgewerkt 2012-10-15
Publicatiedatum 2012-10-15
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar analogmidnight
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap On",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Booting and strapping.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "bootstrapme.js"
        ],
        "persistent": false
    }
}