Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

What is Panama Chrome by Hanami?

Panama Chrome by Hanami is a Chrome extension developed by https://www.sevenencorp.com, and its main feature is "New Tab with the greatest photos from Panamá".

Extension Screenshots

screenshot

Download Panama Chrome by Hanami Extension CRX File

Download Panama Chrome by Hanami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Panama Chrome by Hanami Panama Chrome by Hanami
ID dmeefenobcclbbjoeadgpknlpmofninm
Official URL https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm
Description New Tab with the greatest photos from Panamá
File Size 3.91 MB
Installation Count 128
Current Version 1.2
Last Updated 2016-01-25
Publish Date 2016-01-25
Rating 4.83/5 Total 6 Ratings
Developer https://www.sevenencorp.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}