Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

Developer Excusesคืออะไร?

Developer Excuses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Louis Grasset และคุณลักษณะหลักของมันคือ "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com."

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

screenshot

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

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

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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

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

ชื่อ Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
คำอธิบาย Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2017-09-17
วันที่เผยแพร่ 2017-09-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Louis Grasset
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}