Blue Alphant

Character Entity Reference Chart and Font Support Verification

¿Qué es Blue Alphant?

Blue Alphant es una extensión de Chrome desarrollada por Sheila Tanner, y su función principal es "Character Entity Reference Chart and Font Support Verification".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Blue Alphant

Descarga archivos de extensión Blue Alphant 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

                        Blue Alphant is a reference tool for developers, designers, and anyone interested in using Unicode for any reason.  Blue Alphant not only functions as an easy-to-use, highly visual Unicode Character Entity Reference Chart, but also allows you to quickly verify which characters are supported by the installed fonts on your desktop, tablet, or mobile device.

Blue Alphant allows you find the general type of character you want in the menu, filter through the related characters to narrow down the search, and visually scan through the remaining characters to find exactly what you need.  Each character tile includes the name of the character and its codepoint, which you can use to convert to HTML, Java, and C++ friendly codes.

Updates 1.1 through 1.4:
- Corrected typos
- Added new questions and answers in the help menu
- Corrected a minor design issue

Update 2.0 through 2.2:
- Updated existing writing systems for Unicode Version 11
- Updated symbols, punctuation, and emoji for Unicode Version 11
- Corrected a bug that caused some menu items to disappear past the edge of the dropdown menu on some brands of large curved monitors.
- Added new writing and numbering systems for Unicode Version 11 (Hanifi Rohingya, Old Sogdian, Sogdian, Dogra, Gunjala Gondi, Makasar, Medefaidrin, Mayan Numerals, and Indic Siyaq Numbers)

Update 3.0:
- Updated existing writing systems for Unicode Version 12
- Updated symbols, punctuation, and emoji for Unicode Version 12, including the new Symbols and Pictographs Extended-A
- Reorganized sections for emojis and other symbols, for example, moving some game symbols into the game symbols section from other sections.
- Added new writing and numbering systems for Unicode Version 12 (Elymaic, Nandinagari, Tamil Supplement, Egyptian Hieroglyph Format Controls, Small Kana Extension, Nyiakeng Puachue Hmong, Wancho, and Ottoman Siyaq Numbers)

Update 4.0
- Blue Alphant has been refactored completely, is compatible with most devices on any major browsers (and likely plenty of minor browsers), is renamed Azure Alphant, is available for download at https://sheilart.github.io/Azure-Alphant/ and will no longer be updated here. Blue Alphant (3.0) will still be available here in legacy form.                    

Información Básica de la Extensión

Nombre Blue Alphant Blue Alphant
ID fckhccdmjmhdbdkehjkdfomlomckkmmk
URL Oficial https://chromewebstore.google.com/detail/blue-alphant/fckhccdmjmhdbdkehjkdfomlomckkmmk
Descripción Character Entity Reference Chart and Font Support Verification
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 31
Versión Actual 3.0
Última Actualización 2019-08-15
Fecha de Publicación 2019-08-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Sheila Tanner
Tipo de Pago free
Sitio Web de la Extensión https://sheilart.github.io/Azure-Alphant/
Idiomas Soportados en
manifest.json
{
    "author": "Sheila Tanner",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Blue Alphant",
        "default_tooltip": "Blue Alphant"
    },
    "description": "Character Entity Reference Chart and Font Support Verification",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "800": "icon800.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Blue Alphant",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}