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…

ما هو bootify - A Bootstrap Injector؟

bootify - A Bootstrap Injector هو إضافة Chrome تم تطويرها بواسطة Josh Wein، والميزة الرئيسية لها هي "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة bootify - A Bootstrap Injector

قم بتنزيل ملفات الامتداد bootify - A Bootstrap Injector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
عنوان URL الرسمي https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
الوصف Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
حجم الملف 27.38 KB
عدد التثبيتات 32
النسخة الحالية 0.96
آخر تحديث 2016-04-21
تاريخ النشر 2016-04-20
المطور Josh Wein
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/JoshWein/bootify
اللغات المدعومة 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"
    }
}