Bootlint This Page

Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors

Bootlint This Page क्या है?

Bootlint This Page rtpHarry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bootlint This Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds a single click Bootlint This Page button which will execute the bootlint.js script against the current page.

If errors are found then bootlint.js will generate a JavaScript alert and the errors will be displayed in the JavaScript console window.

To view the errors simply press F12 to bring up the developer tools and then click the console tab.

**Note: This extension is not affiliated with the official Bootlint or Bootstrap projects**                    

एक्सटेंशन की मूल जानकारी

नाम Bootlint This Page Bootlint This Page
ID cnamjhcdoadndjpjodeclalnmfhkoepb
आधिकारिक URL https://chromewebstore.google.com/detail/bootlint-this-page/cnamjhcdoadndjpjodeclalnmfhkoepb
विवरण Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors
फ़ाइल का आकार 186 KB
स्थापना संख्या 1,312
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-12-01
प्रकाशन तिथि 2014-12-01
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर rtpHarry
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://articles.runtings.co.uk/p/bootlint-this-page-chrome.html
सहायता पृष्ठ URL https://github.com/rtpHarry/BootlintThisPage-Chrome/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "Bootlint This Page",
    "version": "1.2",
    "author": "rtpHarry",
    "homepage_url": "http:\/\/articles.runtings.co.uk\/p\/bootlint-this-page-chrome.html",
    "description": "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors",
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/ https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "bootlintthispage.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Bootlint This Page"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}