Bold Articles ( a / the)

Change 'a' and 'the' to bold font

O que é Bold Articles ( a / the)?

Bold Articles ( a / the) é uma extensão do Chrome desenvolvida por MI, e sua principal característica é "Change 'a' and 'the' to bold font".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bold Articles ( a / the)

Baixe arquivos de extensão Bold Articles ( a / the) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
URL Oficial https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
Descrição Change 'a' and 'the' to bold font
Tamanho do Arquivo 8.38 KB
Contagem de Instalações 21
Versão Atual 1.0
Última Atualização 2014-10-11
Data de Publicação 2014-10-11
Desenvolvedor MI
Tipo de Pagamento free
Idiomas Suportados 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
}