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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } } |