Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

Panama Chrome by Hanamiคืออะไร?

Panama Chrome by Hanami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sevenencorp.com และคุณลักษณะหลักของมันคือ "New Tab with the greatest photos from Panamá"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panama Chrome by Hanami

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

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

                        Panamá Chrome te muestra las mejores fotos y paisajes de Panamá.
Con el apoyo de Hanami Studio y Sevenen Corp                    

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

ชื่อ Panama Chrome by Hanami Panama Chrome by Hanami
ID dmeefenobcclbbjoeadgpknlpmofninm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm
คำอธิบาย New Tab with the greatest photos from Panamá
ขนาดไฟล์ 3.91 MB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-01-25
วันที่เผยแพร่ 2016-01-25
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.sevenencorp.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panama Chrome by Hanami",
    "short_name": "Panama Chrome",
    "version": "1.2",
    "manifest_version": 2,
    "description": "New Tab with the greatest photos from Panam\u00e1",
    "homepage_url": "http:\/\/sevenencorp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "https:\/\/hectorcarranza.com\/api\/",
        "http:\/\/www.geoplugin.net\/json.gp",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "cookies",
        "tabs",
        "topSites",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/suggestqueries.google.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}