boom! – Declutter pages, improve readability

Declutter webpages and improve readability... Point, click, boom!

boom! – Declutter pages, improve readability là gì?

boom! – Declutter pages, improve readability là một tiện ích mở rộng Chrome được phát triển bởi https://rileyjshaw.com, và tính năng chính của nó là "Declutter webpages and improve readability... Point, click, boom!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng boom! – Declutter pages, improve readability

Tải xuống các tệp mở rộng boom! – Declutter pages, improve readability dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên boom! – Declutter pages, improve readability boom! – Declutter pages, improve readability
ID kcmahlhoenfpefmeoihnddopdcdidcjk
URL Chính Thức https://chromewebstore.google.com/detail/boom-– declutter-pages-im/kcmahlhoenfpefmeoihnddopdcdidcjk?hl=en
Mô tả Declutter webpages and improve readability... Point, click, boom!
Kích Thước Tệp 6.16 MB
Số Lần Cài Đặt 2,462
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2016-01-07
Đánh Giá 3.32/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://rileyjshaw.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rileyjshaw/boom
URL Trang Trợ Giúp https://github.com/rileyjshaw/boom/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "client.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon38.png",
        "icon38-active.png"
    ],
    "version": "1.1.2"
}