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
}