fancy-type
Transform your text to Unicode!
Wat is fancy-type?
fancy-type is een Chrome-extensie ontwikkeld door Joseph Campuzano, en de belangrijkste functie is "Transform your text to Unicode!".
Extensie Screenshots
Download het CRX-bestand van de extensie fancy-type
Download fancy-type-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fancy type is an extension that allows you to transform text into a unicode representation of the same text.
Basisinformatie over de Extensie
Naam | |
ID | bhamkfhjjgmclcdfamfjibnldblmocac |
Officiële URL | https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac |
Beschrijving | Transform your text to Unicode! |
Bestandsgrootte | 723 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2018-12-19 |
Publicatiedatum | 2018-12-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Joseph Campuzano |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |