aesthesia

Make your text aesthetic

Vad är aesthesia?

aesthesia är en Chrome-tillägg utvecklad av elvinyung1, och dess huvudfunktion är "Make your text aesthetic".

Ladda ner aesthesia-förlängningens CRX-fil

Ladda ner aesthesia-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

                        Make your text aesthetic.

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

Grundläggande Information om Tillägg

Namn aesthesia aesthesia
ID hgjllhcagjibfpdlcgkakgnnfhboogoj
Officiell webbadress https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj
Beskrivning Make your text aesthetic
Filstorlek 3.83 KB
Antal Installationer 13
Aktuell Version 1.0.0
Senast Uppdaterad 2015-03-04
Publiceringsdatum 2015-03-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare elvinyung1
Betalningssätt free
Stödda Språk 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
}