Inputer
Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case
Inputerとは何ですか?
Inputerはsyphersamuraiによって開発されたChromeの拡張機能で、その主な機能は「Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case」です。
拡張機能のスクリーンショット
Inputer拡張機能のCRXファイルをダウンロード
Inputer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily convert or change lowercase to capital letters, capital letters to capital letters Case.
拡張機能の基本情報
名前 | Inputer |
ID | edmlagpahheijdbnjodcbfeicehombbg |
公式URL | https://chromewebstore.google.com/detail/inputer/edmlagpahheijdbnjodcbfeicehombbg |
説明 | Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case |
ファイルサイズ | 5.34 MB |
インストール数 | 78 |
現在のバージョン | 0.2.2 |
最終更新日 | 2023-12-11 |
公開日 | 2020-12-06 |
開発者 | syphersamurai |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inputer", "version": "0.2.2", "description": "Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case", "action": { "default_icon": ".\/assets\/128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/16.png", "48": ".\/assets\/48.png", "128": ".\/assets\/128.png" }, "permissions": [], "host_permissions": [ "*:\/\/*.buymeacoffee.com\/*" ], "content_scripts": [], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ " |