Bold Articles ( a / the)

Change 'a' and 'the' to bold font

Cos'è Bold Articles ( a / the)?

Bold Articles ( a / the) è un'estensione di Chrome sviluppata da MI, e la sua funzione principale è "Change 'a' and 'the' to bold font".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bold Articles ( a / the)

Scarica i file di estensione Bold Articles ( a / the) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
URL Ufficiale https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
Descrizione Change 'a' and 'the' to bold font
Dimensione del File 8.38 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-11
Data di Pubblicazione 2014-10-11
Sviluppatore MI
Tipo di Pagamento free
Lingue Supportate 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
}