Upper and Lowercase Conversion(大文字・小文字変換)
ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します
Wat is Upper and Lowercase Conversion(大文字・小文字変換)?
Upper and Lowercase Conversion(大文字・小文字変換) is een Chrome-extensie ontwikkeld door https://muryo-tool.net, en de belangrijkste functie is "ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します".
Extensie Screenshots
Download het CRX-bestand van de extensie Upper and Lowercase Conversion(大文字・小文字変換)
Download Upper and Lowercase Conversion(大文字・小文字変換)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
使用方法:ウェブページで変換したい英字をドラッグして選択中にエンターキーを押下すると大文字と小文字に変換された文字がテキストフィールドに表示されます。
Basisinformatie over de Extensie
Naam | Upper and Lowercase Conversion(大文字・小文字変換) |
ID | nhcockbfmhmaoohfdoejppilofoacaok |
Officiële URL | https://chromewebstore.google.com/detail/upper-and-lowercase-conve/nhcockbfmhmaoohfdoejppilofoacaok |
Beschrijving | ウェブページに表示中の英字をその場で大文字と小文字に変換してテキストフィールドへ表示します |
Bestandsgrootte | 10.43 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-04 |
Publicatiedatum | 2015-12-03 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://muryo-tool.net |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper and Lowercase Conversion(\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u5909\u63db)", "manifest_version": 2, "description": "\u30a6\u30a7\u30d6\u30da\u30fc\u30b8\u306b\u8868\u793a\u4e2d\u306e\u82f1\u5b57\u3092\u305d\u306e\u5834\u3067\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u306b\u5909\u63db\u3057\u3066\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3078\u8868\u793a\u3057\u307e\u3059", "icons": { "128": "uppercase-lowercase128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "search.js" ] } ], "version": "1.1" } |