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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bootlint This Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}