Bold Articles ( a / the)

Change 'a' and 'the' to bold font

Qu'est-ce que Bold Articles ( a / the) ?

Bold Articles ( a / the) est une extension Chrome développée par MI, et sa fonction principale est "Change 'a' and 'the' to bold font".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bold Articles ( a / the)

Téléchargez les fichiers d'extension Bold Articles ( a / the) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
URL Officiel https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
Description Change 'a' and 'the' to bold font
Taille du Fichier 8.38 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-11
Date de Publication 2014-10-11
Développeur MI
Type de Paiement free
Langues Prises en Charge 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
}