Bold Articles ( a / the)

Change 'a' and 'the' to bold font

Co to jest Bold Articles ( a / the)?

Bold Articles ( a / the) to rozszerzenie Chrome opracowane przez MI, a jego główną funkcją jest „Change 'a' and 'the' to bold font”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bold Articles ( a / the)

Pobierz pliki rozszerzeń Bold Articles ( a / the) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
Oficjalny URL https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
Opis Change 'a' and 'the' to bold font
Rozmiar pliku 8.38 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-11
Data Publikacji 2014-10-11
Deweloper MI
Typ Płatności free
Obsługiwane Języki 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
}