Obamarmy

An extension that places Obama stickers when you click on newpage

Obamarmyคืออะไร?

Obamarmy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thaovy Van และคุณลักษณะหลักของมันคือ "An extension that places Obama stickers when you click on newpage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Obamarmy

ดาวน์โหลดไฟล์ส่วนขยาย Obamarmy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Wish Obama served a third term? This extension replaces the new tab page with an American flag and places an Obama sticker wherever you click. It's like Obama never left office!

Created by: Thaovy Van

github repo: https://github.com/thaovyvan/Obamarmy

Contact me for any suggestions!                    

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

ชื่อ Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
คำอธิบาย An extension that places Obama stickers when you click on newpage
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-16
วันที่เผยแพร่ 2017-01-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Thaovy Van
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obamarmy",
    "description": "An extension that places Obama stickers when you click on newpage",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "obama.png"
    }
}