wordle-emoji-exporter
Export your wordle results as emojis!
Co to jest wordle-emoji-exporter?
wordle-emoji-exporter to rozszerzenie Chrome opracowane przez jakemingolla, a jego główną funkcją jest „Export your wordle results as emojis!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia wordle-emoji-exporter
Pobierz pliki rozszerzeń wordle-emoji-exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pkcpilkiingkpheafjabinjajcfmfcfc | 
| Oficjalny URL | https://chromewebstore.google.com/detail/wordle-emoji-exporter/pkcpilkiingkpheafjabinjajcfmfcfc | 
| Opis | Export your wordle results as emojis! | 
| Rozmiar pliku | 54.3 KB | 
| Liczba instalacji | 56 | 
| Aktualna Wersja | 1.1.0 | 
| Ostatnia Aktualizacja | 2022-01-06 | 
| Data Publikacji | 2022-01-06 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | jakemingolla | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/jakemingolla/wordle-emoji-exporter | 
| Adres URL Strony Pomocy | https://github.com/jakemingolla/wordle-emoji-exporter/issues/new | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |