Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

Panama Chrome by Hanami là gì?

Panama Chrome by Hanami là một tiện ích mở rộng Chrome được phát triển bởi https://www.sevenencorp.com, và tính năng chính của nó là "New Tab with the greatest photos from Panamá".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Panama Chrome by Hanami

Tải xuống các tệp mở rộng Panama Chrome by Hanami dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Panama Chrome by Hanami Panama Chrome by Hanami
ID dmeefenobcclbbjoeadgpknlpmofninm
URL Chính Thức https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm
Mô tả New Tab with the greatest photos from Panamá
Kích Thước Tệp 3.91 MB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-01-25
Ngày Phát Hành 2016-01-25
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.sevenencorp.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}