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…

Apa itu bootify - A Bootstrap Injector?

bootify - A Bootstrap Injector adalah ekstensi Chrome yang dikembangkan oleh Josh Wein, dan fitur utamanya adalah "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi bootify - A Bootstrap Injector

Unduh file ekstensi bootify - A Bootstrap Injector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
URL Resmi https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
Deskripsi Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
Ukuran File 27.38 KB
Jumlah Instalasi 32
Versi Saat Ini 0.96
Terakhir Diperbarui 2016-04-21
Tanggal Publikasi 2016-04-20
Pengembang Josh Wein
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/JoshWein/bootify
Bahasa yang Didukung 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"
    }
}