Bold Articles ( a / the)
Change 'a' and 'the' to bold font
Was ist Bold Articles ( a / the)?
Bold Articles ( a / the) ist eine Chrome-Erweiterung, die von MI entwickelt wurde, und ihr Hauptmerkmal ist "Change 'a' and 'the' to bold font".
Erweiterungsscreenshots
Bold Articles ( a / the)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bold Articles ( a / the)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Bold Articles ( a / the) |
ID | eamlcajabngipfhnpkicmgjhniipoana |
Offizielle URL | https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana |
Beschreibung | Change 'a' and 'the' to bold font |
Dateigröße | 8.38 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-10-11 |
Veröffentlichungsdatum | 2014-10-11 |
Entwickler | MI |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |