Demotivation

Replace new tab page with pixelized troll faces.

Demotivationคืออะไร?

Demotivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Genadi Samokovarov และคุณลักษณะหลักของมันคือ "Replace new tab page with pixelized troll faces."

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

screenshot

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

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

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

                        Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that.                    

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

ชื่อ Demotivation Demotivation
ID hhfijaoldpjpdeelnaickbegikodfnhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh
คำอธิบาย Replace new tab page with pixelized troll faces.
ขนาดไฟล์ 26.89 KB
จำนวนการติดตั้ง 170
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-03-04
วันที่เผยแพร่ 2016-03-04
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Genadi Samokovarov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "demotivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with pixelized troll faces.",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "Demotivation",
    "offline_enabled": true,
    "version": "0.1"
}