fancy-type

Transform your text to Unicode!

Cos'è fancy-type?

fancy-type è un'estensione di Chrome sviluppata da Joseph Campuzano, e la sua funzione principale è "Transform your text to Unicode!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione fancy-type

Scarica i file di estensione fancy-type in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fancy type is an extension that allows you to transform text into a unicode representation of the same text.                    

Informazioni di Base sull'Estensione

Nome fancy-type fancy-type
ID bhamkfhjjgmclcdfamfjibnldblmocac
URL Ufficiale https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac
Descrizione Transform your text to Unicode!
Dimensione del File 723 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1.0
Ultimo Aggiornamento 2018-12-19
Data di Pubblicazione 2018-12-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Joseph Campuzano
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}