Shrug Emoji

1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…

Co je Shrug Emoji?

Shrug Emoji je rozšíření Chrome vyvinuté katiemcgowan, a jeho hlavní funkcí je „1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Shrug Emoji

Stáhněte si soubory rozšíření Shrug Emoji ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back!

¯\_(ツ)_/¯
Gone are the days of opening a new tab, typing in 'shrug emoji' or 'smiley sideways shrug', opening the web page and manually copying it to your clipboard.
Now, all you have to do is click on this extension, and click on the little guy himself, and you're good to go.
Paste him anywhere. The world is your oyster.
¯\_(ツ)_/¯.

1.1.2 update: chilled on the permissions

1.2.1 update: fixing the emoji                    

Základní Informace o Rozšíření

Název Shrug Emoji Shrug Emoji
ID gdmpjhkcabahmlpildpfmangdfpceofc
Oficiální URL https://chromewebstore.google.com/detail/shrug-emoji/gdmpjhkcabahmlpildpfmangdfpceofc
Popis 1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…
Velikost souboru 734 KB
Počet instalací 811
Aktuální Verze 1.3.1
Poslední Aktualizace 2018-02-08
Datum Vydání 2018-02-08
Hodnocení 4.25/5 Celkem 16 Hodnocení
Vývojář katiemcgowan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shrug Emoji",
    "version": "1.3.1",
    "author": "Katie Mcgowan",
    "short_name": "Shrug",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Click here"
    },
    "background": {
        "scripts": [
            "copy.js",
            "jquery-3.1.1.min.js"
        ],
        "persistent": false
    }
}