Text to Image

Provides an easy way to create image out of texts.

Text to Imageとは何ですか?

Text to Imageはrroberto.rruizによって開発されたChromeの拡張機能で、その主な機能は「Provides an easy way to create image out of texts.」です。

拡張機能のスクリーンショット

screenshot

Text to Image拡張機能のCRXファイルをダウンロード

Text to Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The main purpose of this extension is to make it easier to write in Furigana (Japanese Kanji with its pronunciation on top) using images, but it can be used for other languages aswell.                    

拡張機能の基本情報

名前 Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
公式URL https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
説明 Provides an easy way to create image out of texts.
ファイルサイズ 102 KB
インストール数 32
現在のバージョン 1.0.1
最終更新日 2017-07-06
公開日 2017-07-06
評価 5.00/5 合計 2 レビュー
開発者 rroberto.rruiz
支払い方法 free
拡張機能のウェブサイト https://github.com/mortaldraw/FuriganaToImageChrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Image",
    "description": "Provides an easy way to create image out of texts.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Make an image out of my text!"
    },
    "icons": {
        "100": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}