Blue Alphant

Character Entity Reference Chart and Font Support Verification

Vad är Blue Alphant?

Blue Alphant är en Chrome-tillägg utvecklad av Sheila Tanner, och dess huvudfunktion är "Character Entity Reference Chart and Font Support Verification".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Blue Alphant-förlängningens CRX-fil

Ladda ner Blue Alphant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Blue Alphant Blue Alphant
ID fckhccdmjmhdbdkehjkdfomlomckkmmk
Officiell webbadress https://chromewebstore.google.com/detail/blue-alphant/fckhccdmjmhdbdkehjkdfomlomckkmmk
Beskrivning Character Entity Reference Chart and Font Support Verification
Filstorlek 1.3 MB
Antal Installationer 31
Aktuell Version 3.0
Senast Uppdaterad 2019-08-15
Publiceringsdatum 2019-08-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Sheila Tanner
Betalningssätt free
Tilläggswebbplats https://sheilart.github.io/Azure-Alphant/
Stödda Språk 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"
}