Bold Articles ( a / the)

Change 'a' and 'the' to bold font

What is Bold Articles ( a / the)?

Bold Articles ( a / the) is a Chrome extension developed by MI, and its main feature is "Change 'a' and 'the' to bold font".

Extension Screenshots

screenshot

Download Bold Articles ( a / the) Extension CRX File

Download Bold Articles ( a / the) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
Official URL https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
Description Change 'a' and 'the' to bold font
File Size 8.38 KB
Installation Count 21
Current Version 1.0
Last Updated 2014-10-11
Publish Date 2014-10-11
Developer MI
Payment Type free
Supported Languages 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
}