Shrug Emoji

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

Τι είναι το Shrug Emoji;

Το Shrug Emoji είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον katiemcgowan, και η κύρια λειτουργία του είναι "1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Shrug Emoji

Λήψη αρχείων επέκτασης Shrug Emoji σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Shrug Emoji Shrug Emoji
ID gdmpjhkcabahmlpildpfmangdfpceofc
Επίσημο URL https://chromewebstore.google.com/detail/shrug-emoji/gdmpjhkcabahmlpildpfmangdfpceofc
Περιγραφή 1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…
Μέγεθος Αρχείου 734 KB
Αριθμός Εγκαταστάσεων 811
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2018-02-08
Ημερομηνία Δημοσίευσης 2018-02-08
Αξιολόγηση 4.25/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής katiemcgowan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}