Bootstrap 3.3.x Offline Guide
A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.
Bootstrap 3.3.x Offline Guideとは何ですか?
Bootstrap 3.3.x Offline Guideはhttps://trokis.comによって開発されたChromeの拡張機能で、その主な機能は「A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.」です。
拡張機能のスクリーンショット
Bootstrap 3.3.x Offline Guide拡張機能のCRXファイルをダウンロード
Bootstrap 3.3.x Offline Guide拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an offline version of Bootstrap 3 documentation website. It is made-easy for users to navigate its contents and you can browse it on a separate tab if you want. Changelog: v3.3.5.4 - Improved Navigation v3.3.5.2 - Added Options Page v3.3.5.1 - Added Topic Search on navbar v3.3.5 - Updated to Bootstrap 3.3.5 - Added Topic Search v1.2 - Updated Navigation
拡張機能の基本情報
名前 | Bootstrap 3.3.x Offline Guide |
ID | gaojaekjdcfbdfiiggmklaocglaknnkd |
公式URL | https://chromewebstore.google.com/detail/bootstrap-33x-offline-gui/gaojaekjdcfbdfiiggmklaocglaknnkd |
説明 | A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers. |
ファイルサイズ | 1.44 MB |
インストール数 | 2,938 |
現在のバージョン | 3.3.5.4 |
最終更新日 | 2017-03-14 |
公開日 | 2017-03-14 |
評価 | 4.71/5 合計 66 レビュー |
開発者 | https://trokis.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://blog.chesteralan.com/2015/08/bootstrap-335-offline-guide-chrome.html |
プライバシーポリシーページのURL | https://thepetlabco.com/pages/privacy-statement |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootstrap 3.3.x Offline Guide", "description": "A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.", "version": "3.3.5.4", "browser_action": { "default_icon": "images\/32.png", "default_popup": "html\/popup.html" }, "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "options_page": "html\/index.html", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] } } |