Bold Articles ( a / the)
Change 'a' and 'the' to bold font
Bold Articles ( a / the) क्या है?
Bold Articles ( a / the) MI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change 'a' and 'the' to bold font"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bold Articles ( a / the) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Understanding how to use "a" and "the" is very hard thing to do for English learners (As a Japanese, I'm still learning too :-) ). Clicking the button of this extension makes articles ("a" and "the") on the current page to "bold", so that you can focus on how those articles are used in real life examples (such as blogs and news)
एक्सटेंशन की मूल जानकारी
नाम | Bold Articles ( a / the) |
ID | eamlcajabngipfhnpkicmgjhniipoana |
आधिकारिक URL | https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana |
विवरण | Change 'a' and 'the' to bold font |
फ़ाइल का आकार | 8.38 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-10-11 |
प्रकाशन तिथि | 2014-10-11 |
डेवलपर | MI |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bold Articles ( a \/ the)", "description": "Change 'a' and 'the' to bold font", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Make 'a' and 'the' bold", "default_icon": "icon19.png" }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |