Alphabets
Uppercase and lowercase alphabets
Alphabetsとは何ですか?
AlphabetsはRoman Grinyovによって開発されたChromeの拡張機能で、その主な機能は「Uppercase and lowercase alphabets」です。
拡張機能のスクリーンショット
Alphabets拡張機能のCRXファイルをダウンロード
Alphabets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Belarusian English French German Greek Italian Portuguese Russian Serbian Cyrillic Spanish Turkish Ukrainian Source code: https://github.com/w3lifer/crx-alphabets
拡張機能の基本情報
名前 | Alphabets |
ID | bhpjlplbnifhpolicjigaghdchamocee |
公式URL | https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee |
説明 | Uppercase and lowercase alphabets |
ファイルサイズ | 60.34 KB |
インストール数 | 50 |
現在のバージョン | 1.2.10 |
最終更新日 | 2021-11-25 |
公開日 | 2018-04-11 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Roman Grinyov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alphabets", "description": "Uppercase and lowercase alphabets", "version": "1.2.10", "icons": { "16": "img\/icons\/a\/16x16.png", "48": "img\/icons\/a\/48x48.png", "128": "img\/icons\/a\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/a\/16x16.png", "24": "img\/icons\/a\/24x24.png", "32": "img\/icons\/a\/32x32.png" }, "default_title": "Alphabets", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ] } |