You're Awesome

You, my friend, are AWESOME!!

ما هو You're Awesome؟

You're Awesome هو إضافة Chrome تم تطويرها بواسطة ion development، والميزة الرئيسية لها هي "You, my friend, are AWESOME!!".

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

screenshot

تحميل ملف CRX للإضافة You're Awesome

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

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

                        Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME!                    

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

الاسم You're Awesome You're Awesome
ID laeeiggflpogehhfijehgfppdmaknnao
عنوان URL الرسمي https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao
الوصف You, my friend, are AWESOME!!
حجم الملف 70.25 KB
عدد التثبيتات 40
النسخة الحالية 1.0
آخر تحديث 2015-06-03
تاريخ النشر 2015-06-03
تقييم 5.00/5 مجموع تقييمات 1
المطور ion development
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.ionic-web-design.ie/go/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "name": "You're Awesome",
    "version": "1.0",
    "description": "You, my friend, are AWESOME!!",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "You are Awesome!"
    },
    "options_page": "html\/options.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 2
}