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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}