Shruggie

This extension copies the shruggie character to your clipboard

ما هو Shruggie؟

Shruggie هو إضافة Chrome تم تطويرها بواسطة https://madmaxlax.com، والميزة الرئيسية لها هي "This extension copies the shruggie character to your clipboard".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Shruggie

قم بتنزيل ملفات الامتداد Shruggie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Shruggie Shruggie
ID gajlbghllhneagnenoigoacccalfnjmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd
الوصف This extension copies the shruggie character to your clipboard
حجم الملف 28.02 KB
عدد التثبيتات 92
النسخة الحالية 0.2
آخر تحديث 2017-04-12
تاريخ النشر 2017-04-12
تقييم 5.00/5 مجموع تقييمات 6
المطور https://madmaxlax.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}