Uppercase Converter
Converts text into uppercase.
Uppercase Converterとは何ですか?
Uppercase ConverterはPavel Babinによって開発されたChromeの拡張機能で、その主な機能は「Converts text into uppercase.」です。
拡張機能のスクリーンショット
Uppercase Converter拡張機能のCRXファイルをダウンロード
Uppercase Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension allow you to convert text into uppercase in one click. 拡張機能の基本情報
| 名前 | |
| ID | dagidpehkckgpfofognpoofhkggmgdfk |
| 公式URL | https://chromewebstore.google.com/detail/uppercase-converter/dagidpehkckgpfofognpoofhkggmgdfk |
| 説明 | Converts text into uppercase. |
| ファイルサイズ | 45.33 KB |
| インストール数 | 1,840 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-07-22 |
| 公開日 | 2016-07-21 |
| 評価 | 4.20/5 合計 5 レビュー |
| 開発者 | Pavel Babin |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Uppercase Converter",
"description": "Converts text into uppercase.",
"version": "1.0",
"permissions": [
"clipboardRead"
],
"browser_action": {
"default_title": "Uppercase Converter",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
} | |