Bold Articles ( a / the)

Change 'a' and 'the' to bold font

Bold Articles ( a / the)とは何ですか?

Bold Articles ( a / the)はMIによって開発されたChromeの拡張機能で、その主な機能は「Change 'a' and 'the' to bold font」です。

拡張機能のスクリーンショット

screenshot

Bold Articles ( a / the)拡張機能のCRXファイルをダウンロード

Bold Articles ( a / the)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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) 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
}