Panama Chrome by Hanami

New Tab with the greatest photos from Panamá

Qu'est-ce que Panama Chrome by Hanami ?

Panama Chrome by Hanami est une extension Chrome développée par https://www.sevenencorp.com, et sa fonction principale est "New Tab with the greatest photos from Panamá".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Panama Chrome by Hanami

Téléchargez les fichiers d'extension Panama Chrome by Hanami au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Panama Chrome by Hanami Panama Chrome by Hanami
ID dmeefenobcclbbjoeadgpknlpmofninm
URL Officiel https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm
Description New Tab with the greatest photos from Panamá
Taille du Fichier 3.91 MB
Nombre d'Installations 128
Version Actuelle 1.2
Dernière Mise à Jour 2016-01-25
Date de Publication 2016-01-25
Évaluation 4.83/5 Total 6 Évaluations
Développeur https://www.sevenencorp.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}