fancy-type
Transform your text to Unicode!
fancy-typeとは何ですか?
fancy-typeはJoseph Campuzanoによって開発されたChromeの拡張機能で、その主な機能は「Transform your text to Unicode!」です。
拡張機能のスクリーンショット
fancy-type拡張機能のCRXファイルをダウンロード
fancy-type拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fancy type is an extension that allows you to transform text into a unicode representation of the same text.
拡張機能の基本情報
名前 | |
ID | bhamkfhjjgmclcdfamfjibnldblmocac |
公式URL | https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac |
説明 | Transform your text to Unicode! |
ファイルサイズ | 723 KB |
インストール数 | 1,000 |
現在のバージョン | 0.1.0 |
最終更新日 | 2018-12-19 |
公開日 | 2018-12-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Joseph Campuzano |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fancy-type", "description": "Transform your text to Unicode!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup\/popup.html", "default_title": "fancy-type", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.0" } |