Aww

Replaces the new tab page with the cutest gifs from /r/aww

ما هو Aww؟

Aww هو إضافة Chrome تم تطويرها بواسطة Anuraag، والميزة الرئيسية لها هي "Replaces the new tab page with the cutest gifs from /r/aww".

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

الاسم Aww Aww
ID ceojjgdcmdmcpiplcnbbbjfgplhledhj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj
الوصف Replaces the new tab page with the cutest gifs from /r/aww
حجم الملف 77.02 KB
عدد التثبيتات 17
النسخة الحالية 1.1
آخر تحديث 2017-05-13
تاريخ النشر 2017-05-13
تقييم 1.33/5 مجموع تقييمات 6
المطور Anuraag
نوع الدفع free
موقع الإضافة http://anuraag.me
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aww",
    "description": "Replaces the new tab page with the cutest gifs from \/r\/aww",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/reddit.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}