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 |
| 公式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"
]
} | |