aesthesia

Make your text aesthetic

Hvad er aesthesia?

aesthesia er en Chrome-udvidelse udviklet af elvinyung1, og dens hovedfunktion er "Make your text aesthetic".

Download aesthesia-udvidelses-CRX-fil

Download aesthesia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Make your text aesthetic.

This extension adds a context menu option to make text in input elements Unicode fullwidth.                    

Grundlæggende oplysninger om udvidelsen

Navn aesthesia aesthesia
ID hgjllhcagjibfpdlcgkakgnnfhboogoj
Officiel URL https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj
Beskrivelse Make your text aesthetic
Filstørrelse 3.83 KB
Antal Installationer 13
Nuværende Version 1.0.0
Senest Opdateret 2015-03-04
Udgivelsesdato 2015-03-04
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler elvinyung1
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "aesthesia",
    "description": "Make your text \uff41\uff45\uff53\uff54\uff48\uff45\uff54\uff49\uff43",
    "version": "1.0.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}