Irish Landscapes

A new Irish landscape straight to your browser every day

Irish Landscapesคืออะไร?

Irish Landscapes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyle Stephens และคุณลักษณะหลักของมันคือ "A new Irish landscape straight to your browser every day"

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

screenshot

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

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

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

                        Get a new Irish landscape straight to your browser every day                    

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

ชื่อ Irish Landscapes Irish Landscapes
ID bmpfbljaafdnkhhgdidgdkopcnnacpcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/irish-landscapes/bmpfbljaafdnkhhgdidgdkopcnnacpcd
คำอธิบาย A new Irish landscape straight to your browser every day
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2018-03-16
วันที่เผยแพร่ 2018-03-16
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kyle Stephens
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irish Landscapes",
    "description": "A new Irish landscape straight to your browser every day",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/logo_48.png",
        "default_title": "ireland"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/irelandbg-aedba.firebaseio.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ]
    }
}