Bar Breaker
Hides fixed headers and footers on pages you visit.
Bar Breaker란 무엇입니까?
Bar Breaker은(는) ris58h에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides fixed headers and footers on pages you visit."입니다.
확장 프로그램 스크린샷
Bar Breaker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bar Breaker hides fixed headers and footers on pages you visit. It's useful for users who don't have a large screen. To show/hide broken bars for the current page click on the extension's icon (top right corner). To disable the extension for a particular site go to the extension's options page and add the site to exceptions. For example to disable Bar Breaker for all pages on example.com add 'https://example.com/*' line (without quotes) to the text field with exceptions. WARNING: The extension may not work properly on some sites.
확장 프로그램 기본 정보
이름 | Bar Breaker |
ID | fmodbndjaadpjghkfompcdfdjlkpjjoi |
공식 URL | https://chromewebstore.google.com/detail/bar-breaker/fmodbndjaadpjghkfompcdfdjlkpjjoi |
설명 | Hides fixed headers and footers on pages you visit. |
파일 크기 | 13.9 KB |
설치 횟수 | 76 |
현재 버전 | 0.4.6 |
최근 업데이트 | 2023-06-26 |
출시 날짜 | 2020-03-25 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | ris58h |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/ris58h/bar-breaker |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bar Breaker", "description": "Hides fixed headers and footers on pages you visit.", "version": "0.4.6", "applications": { "gecko": { "id": "bar-breaker@ris58h" } }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Bar Breaker" }, "commands": { "toggle-enabled": { "description": "Toggle Bar Breaker on the current page" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |