Shruggie

This extension copies the shruggie character to your clipboard

Vad är Shruggie?

Shruggie är en Chrome-tillägg utvecklad av https://madmaxlax.com, och dess huvudfunktion är "This extension copies the shruggie character to your clipboard".

Tilläggsskärmbilder

screenshot

Ladda ner Shruggie-förlängningens CRX-fil

Ladda ner Shruggie-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 and paste Shruggie app
Copies the Shruggie characters to your clipboard to paste anywhere.
¯\_(ツ)_/¯
That's it!
No background pages or anything

questions:
shruggie [at] madmaxlax.com

source at 
https://github.com/madmaxlax/shruggie-chrome-ext                    

Grundläggande Information om Tillägg

Namn Shruggie Shruggie
ID gajlbghllhneagnenoigoacccalfnjmd
Officiell webbadress https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd
Beskrivning This extension copies the shruggie character to your clipboard
Filstorlek 28.02 KB
Antal Installationer 92
Aktuell Version 0.2
Senast Uppdaterad 2017-04-12
Publiceringsdatum 2017-04-12
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://madmaxlax.com
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": 2,
    "name": "Shruggie",
    "short_name": "Shruggie",
    "description": "This extension copies the shruggie character to your clipboard",
    "version": "0.2",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "shruggie-full.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "shruggie-16.png",
        "32": "shruggie-32.png",
        "48": "shruggie-48.png",
        "128": "shruggie-128.png"
    }
}