wordle-emoji-exporter
Export your wordle results as emojis!
Wat is wordle-emoji-exporter?
wordle-emoji-exporter is een Chrome-extensie ontwikkeld door jakemingolla, en de belangrijkste functie is "Export your wordle results as emojis!".
Extensie Screenshots
Download het CRX-bestand van de extensie wordle-emoji-exporter
Download wordle-emoji-exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pkcpilkiingkpheafjabinjajcfmfcfc |
| Officiële URL | https://chromewebstore.google.com/detail/wordle-emoji-exporter/pkcpilkiingkpheafjabinjajcfmfcfc |
| Beschrijving | Export your wordle results as emojis! |
| Bestandsgrootte | 54.3 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2022-01-06 |
| Publicatiedatum | 2022-01-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | jakemingolla |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jakemingolla/wordle-emoji-exporter |
| Help Pagina-URL | https://github.com/jakemingolla/wordle-emoji-exporter/issues/new |
| Ondersteunde Talen | 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"
]
}
]
} | |