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”。
擴展截圖
下載Bootlint This Page擴展crx文件
下載Bootlint This Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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**
擴展基本資訊
名稱 | |
ID | cnamjhcdoadndjpjodeclalnmfhkoepb |
官方網址 | 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" ] } |