Boldify
Set the first half of words to bold
Boldify क्या है?
Boldify Marcel Samyn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set the first half of words to bold"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Boldify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold. It's an experiment to help you read faster.
एक्सटेंशन की मूल जानकारी
नाम | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
आधिकारिक URL | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
विवरण | Set the first half of words to bold |
फ़ाइल का आकार | 11.08 KB |
स्थापना संख्या | 717 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-06-06 |
प्रकाशन तिथि | 2022-06-05 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | Marcel Samyn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldify", "version": "1.0.0", "description": "Set the first half of words to bold", "homepage_url": "https:\/\/samyn.co", "manifest_version": 3, "icons": { "128": "icon.dee6e4e2.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [], "content_scripts": [], "action": { "default_title": "Click to Boldify" }, "background": { "service_worker": "background.29a1a909.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "boldify.js" ], "matches": [] } ] } |