boom! – Declutter pages, improve readability
Declutter webpages and improve readability... Point, click, boom!
boom! – Declutter pages, improve readability란 무엇입니까?
boom! – Declutter pages, improve readability은(는) https://rileyjshaw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Declutter webpages and improve readability... Point, click, boom!"입니다.
확장 프로그램 스크린샷
boom! – Declutter pages, improve readability 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Problem: Some websites have a lot of junk on them. ✔ boom! lets you declutter busy pages and make them readable again. Problem: Some websites won't let you use them without creating an account. ✔ boom! lets you knock down annoying paywalls and use websites like Pinterest or Groupon without signing up. Problem: Some websites show creepy advertisements. ✔ boom! lets you delete them to your heart's content. Problem: Some websites have terrible typography. ✔ Just shift-click a text element while boom! is active to improve its readability. Usage: Click the bomb icon. The fuse should light. At this point, you can: - Click elements to delete them. - Hold shift and click text elements to make them more readable. Hitting escape or clicking the bomb icon again defuses the extension. You can toggle boom! with a hotkey by going to Tools -> Extensions and clicking the "Keyboard shortcuts" link at the bottom. Bomb Logo by icon 54 from the Noun Project, Creative Commons 3.0
확장 프로그램 기본 정보
이름 | boom! – Declutter pages, improve readability |
ID | kcmahlhoenfpefmeoihnddopdcdidcjk |
공식 URL | https://chromewebstore.google.com/detail/boom-– declutter-pages-im/kcmahlhoenfpefmeoihnddopdcdidcjk?hl=en |
설명 | Declutter webpages and improve readability... Point, click, boom! |
파일 크기 | 6.16 MB |
설치 횟수 | 2,462 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2021-07-23 |
출시 날짜 | 2016-01-07 |
평점 | 3.32/5 총 25 개의 평점 |
개발자 | https://rileyjshaw.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rileyjshaw/boom |
도움말 페이지 URL | https://github.com/rileyjshaw/boom/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "boom! \u2013\u00a0Declutter pages, improve readability", "short_name": "boom!", "applications": { "gecko": { "id": "[email protected]" } }, "description": "Declutter webpages and improve readability... Point, click, boom!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon38.png", "default_title": "Boom!" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |