Bootstrap Grid for any Website
Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Bootstrap Grid for any Website란 무엇입니까?
Bootstrap Grid for any Website은(는) Tam Nguyen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success."입니다.
확장 프로그램 스크린샷
Bootstrap Grid for any Website 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Boostrap Grid will display 12 vitual bootstrap columns and padding (grid) in your display. Click the Bootstrap Grid icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct. Ver1.1.0 Now extension can apply responsive as well. Ver1.1.1 fix minor bug
확장 프로그램 기본 정보
이름 | Bootstrap Grid for any Website |
ID | ngjnlpkfccnglmlobafmobgjoiiliden |
공식 URL | https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden |
설명 | Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success. |
파일 크기 | 42.21 KB |
설치 횟수 | 3,423 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2019-01-18 |
출시 날짜 | 2019-01-17 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Tam Nguyen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid for any Website", "short_name": "Bootstrap Grid", "version": "1.1.1", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.", "browser_action": { "default_icon": "src\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "src\/content", "src\/content_temp", "libs\/jquery.js" ] } |