Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

什麼是Panama Chrome by Hanami?

Panama Chrome by Hanami是由https://www.sevenencorp.com開發的Chrome擴展程式,該擴展的主要功能是“New Tab with the greatest photos from Panamá”。

擴展截圖

screenshot

下載Panama Chrome by Hanami擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}