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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Declutter webpages and improve readability... Point, click, boom!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में boom! – Declutter pages, improve readability एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |