wordle-emoji-exporter
Export your wordle results as emojis!
Co je wordle-emoji-exporter?
wordle-emoji-exporter je rozšíření Chrome vyvinuté jakemingolla, a jeho hlavní funkcí je „Export your wordle results as emojis!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření wordle-emoji-exporter
Stáhněte si soubory rozšíření wordle-emoji-exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | wordle-emoji-exporter |
ID | pkcpilkiingkpheafjabinjajcfmfcfc |
Oficiální URL | https://chromewebstore.google.com/detail/wordle-emoji-exporter/pkcpilkiingkpheafjabinjajcfmfcfc |
Popis | Export your wordle results as emojis! |
Velikost souboru | 54.3 KB |
Počet instalací | 56 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2022-01-06 |
Datum Vydání | 2022-01-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | jakemingolla |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jakemingolla/wordle-emoji-exporter |
URL Stránky Nápovědy | https://github.com/jakemingolla/wordle-emoji-exporter/issues/new |
Podporované Jazyky | 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" ] } ] } |