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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}