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
    }
}