Bold Articles ( a / the)
Change 'a' and 'the' to bold font
¿Qué es Bold Articles ( a / the)?
Bold Articles ( a / the) es una extensión de Chrome desarrollada por MI, y su función principal es "Change 'a' and 'the' to bold font".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bold Articles ( a / the)
Descarga archivos de extensión Bold Articles ( a / the) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | Bold Articles ( a / the) |
ID | eamlcajabngipfhnpkicmgjhniipoana |
URL Oficial | https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana |
Descripción | Change 'a' and 'the' to bold font |
Tamaño del Archivo | 8.38 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0 |
Última Actualización | 2014-10-11 |
Fecha de Publicación | 2014-10-11 |
Desarrollador | MI |
Tipo de Pago | free |
Idiomas Soportados | 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 } |