Emoji rain
Emoji rain
Emoji rainとは何ですか?
Emoji rainはEmilien Bidetによって開発されたChromeの拡張機能で、その主な機能は「Emoji rain」です。
拡張機能のスクリーンショット
Emoji rain拡張機能のCRXファイルをダウンロード
Emoji rain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IT'S RAINING MEN !!!! Start raining emojis on the current page when you click the extension icon. Open source : https://github.com/emilienbidet/emoji-rain
拡張機能の基本情報
名前 | Emoji rain |
ID | ihjaockbgnlejfkojoekkaklklmodfnf |
公式URL | https://chromewebstore.google.com/detail/emoji-rain/ihjaockbgnlejfkojoekkaklklmodfnf |
説明 | Emoji rain |
ファイルサイズ | 29.48 KB |
インストール数 | 59 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2022-10-28 |
公開日 | 2022-10-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Emilien Bidet |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji rain", "manifest_version": 3, "version": "0.0.0.1", "description": "Emoji rain", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Emilien Bidet", "action": [], "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |