aesthesia

Make your text aesthetic

什么是aesthesia?

aesthesia是由elvinyung1开发的Chrome扩展程序,该扩展的主要功能是“Make your text aesthetic”。

下载aesthesia扩展crx文件

下载aesthesia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make your text aesthetic.

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

扩展基本信息

名称 aesthesia aesthesia
ID hgjllhcagjibfpdlcgkakgnnfhboogoj
官方URL https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj
简介 Make your text aesthetic
文件大小 3.83 KB
安装次数 13
当前版本 1.0.0
更新时间 2015-03-04
上架时间 2015-03-04
评分 3.00/5 共2次评分
开发者 elvinyung1
付费类型 free
支持的语言 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
}