Boldish
Makes the first half of word half bold
¿Qué es Boldish?
Boldish es una extensión de Chrome desarrollada por jlowell000, y su función principal es "Makes the first half of word half bold".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Boldish
Descarga archivos de extensión Boldish 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
A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things
Información Básica de la Extensión
Nombre | Boldish |
ID | pkfneifpfeioklmcapdbhoiflffdpkia |
URL Oficial | https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia |
Descripción | Makes the first half of word half bold |
Tamaño del Archivo | 15.29 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 1.0 |
Última Actualización | 2022-05-25 |
Fecha de Publicación | 2022-05-24 |
Desarrollador | jlowell000 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jlowell000/boldish |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldish", "description": "Makes the first half of word half bold", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/boldish16.png", "32": "\/images\/boldish32.png", "48": "\/images\/boldish48.png", "128": "\/images\/boldish128.png" } }, "icons": { "16": "\/images\/boldish16.png", "32": "\/images\/boldish32.png", "48": "\/images\/boldish48.png", "128": "\/images\/boldish128.png" } } |