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
}