Bootstrap Grid for any Website

Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.

ما هو Bootstrap Grid for any Website؟

Bootstrap Grid for any Website هو إضافة Chrome تم تطويرها بواسطة Tam Nguyen، والميزة الرئيسية لها هي "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bootstrap Grid for any Website

قم بتنزيل ملفات الامتداد Bootstrap Grid for any Website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Boostrap Grid will display 12 vitual bootstrap columns and padding  (grid) in your display. 
Click the Bootstrap Grid  icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct.

Ver1.1.0 Now extension can apply responsive as well.
Ver1.1.1 fix minor bug                    

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

الاسم Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
عنوان URL الرسمي https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
الوصف Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
حجم الملف 42.21 KB
عدد التثبيتات 3,423
النسخة الحالية 1.1.1
آخر تحديث 2019-01-18
تاريخ النشر 2019-01-17
تقييم 4.67/5 مجموع تقييمات 6
المطور Tam Nguyen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid for any Website",
    "short_name": "Bootstrap Grid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.",
    "browser_action": {
        "default_icon": "src\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/content",
        "src\/content_temp",
        "libs\/jquery.js"
    ]
}