wordle-emoji-exporter
Export your wordle results as emojis!
wordle-emoji-exporterとは何ですか?
wordle-emoji-exporterはjakemingollaによって開発されたChromeの拡張機能で、その主な機能は「Export your wordle results as emojis!」です。
拡張機能のスクリーンショット
wordle-emoji-exporter拡張機能のCRXファイルをダウンロード
wordle-emoji-exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show off your Wordle results to your friends in Slack with this easy-to-use extension! Right-click the extension icon and your results will be automatically copied to your clipboard. View the 'Options' panel to customize emojis selected.
拡張機能の基本情報
名前 | wordle-emoji-exporter |
ID | pkcpilkiingkpheafjabinjajcfmfcfc |
公式URL | https://chromewebstore.google.com/detail/wordle-emoji-exporter/pkcpilkiingkpheafjabinjajcfmfcfc |
説明 | Export your wordle results as emojis! |
ファイルサイズ | 54.3 KB |
インストール数 | 56 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-01-06 |
公開日 | 2022-01-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jakemingolla |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jakemingolla/wordle-emoji-exporter |
ヘルプページのURL | https://github.com/jakemingolla/wordle-emoji-exporter/issues/new |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wordle-emoji-exporter", "description": "Export your wordle results as emojis!", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "192": "icons\/icon192.png", "512": "icons\/icon512.png" }, "permissions": [ "storage" ], "action": { "default_popup": "views\/popup.html" }, "options_ui": { "page": "views\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.powerlanguage.co.uk\/*" ], "js": [ "src\/content-script.js" ] } ] } |