fancy-type
Transform your text to Unicode!
What is fancy-type?
fancy-type is a Chrome extension developed by Joseph Campuzano, and its main feature is "Transform your text to Unicode!".
Extension Screenshots
Download fancy-type Extension CRX File
Download fancy-type extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fancy type is an extension that allows you to transform text into a unicode representation of the same text.
Extension Basic Information
Name | |
ID | bhamkfhjjgmclcdfamfjibnldblmocac |
Official URL | https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac |
Description | Transform your text to Unicode! |
File Size | 723 KB |
Installation Count | 1,000 |
Current Version | 0.1.0 |
Last Updated | 2018-12-19 |
Publish Date | 2018-12-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Joseph Campuzano |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fancy-type", "description": "Transform your text to Unicode!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup\/popup.html", "default_title": "fancy-type", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.0" } |