Shruggie

This extension copies the shruggie character to your clipboard

What is Shruggie?

Shruggie is a Chrome extension developed by https://madmaxlax.com, and its main feature is "This extension copies the shruggie character to your clipboard".

Extension Screenshots

screenshot

Download Shruggie Extension CRX File

Download Shruggie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Shruggie Shruggie
ID gajlbghllhneagnenoigoacccalfnjmd
Official URL https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd
Description This extension copies the shruggie character to your clipboard
File Size 28.02 KB
Installation Count 92
Current Version 0.2
Last Updated 2017-04-12
Publish Date 2017-04-12
Rating 5.00/5 Total 6 Ratings
Developer https://madmaxlax.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}