bootify - A Bootstrap Injector

Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…

Wat is bootify - A Bootstrap Injector?

bootify - A Bootstrap Injector is een Chrome-extensie ontwikkeld door Josh Wein, en de belangrijkste functie is "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie bootify - A Bootstrap Injector

Download bootify - A Bootstrap Injector-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

                        Adds bootstrap to the current web page because who doesn't like more bootstrap.

Includes an options page and context menus to save websites that you always want bootstrap on.

Works great for old websites like your college professor's. Not recommended for websites that are already responsive.

Source Code: https://github.com/JoshWein/bootify                    

Basisinformatie over de Extensie

Naam bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
Officiële URL https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
Beschrijving Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
Bestandsgrootte 27.38 KB
Aantal Installaties 32
Huidige Versie 0.96
Laatst Bijgewerkt 2016-04-21
Publicatiedatum 2016-04-20
Ontwikkelaar Josh Wein
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/JoshWein/bootify
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bootify - A Bootstrap Injector",
    "version": "0.96",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add bootstrap to page."
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon16dis.png",
        "128": "icon128.png"
    }
}