Cute Face Clipboard

Copy cute, silly, weird ASCII emotes directly to your clipboard.

Vad är Cute Face Clipboard?

Cute Face Clipboard är en Chrome-tillägg utvecklad av riftthecoyote, och dess huvudfunktion är "Copy cute, silly, weird ASCII emotes directly to your clipboard.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Cute Face Clipboard-förlängningens CRX-fil

Ladda ner Cute Face Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later.                    

Grundläggande Information om Tillägg

Namn Cute Face Clipboard Cute Face Clipboard
ID iddmabhekhhonkmomaklnflhhgbfnioe
Officiell webbadress https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe
Beskrivning Copy cute, silly, weird ASCII emotes directly to your clipboard.
Filstorlek 134 KB
Antal Installationer 3,496
Aktuell Version 1.0.0
Senast Uppdaterad 2021-04-07
Publiceringsdatum 2021-04-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare riftthecoyote
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Face Clipboard",
    "version": "1.0.0",
    "description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
    "short_name": "Cute Face Clipboard",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": " ",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/resources\/icon16.png",
            "32": "src\/resources\/icon32.png",
            "48": "src\/resources\/icon48.png",
            "128": "src\/resources\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    }
}