Panama Chrome by Hanami
New Tab with the greatest photos from Panamá
Wat is Panama Chrome by Hanami?
Panama Chrome by Hanami is een Chrome-extensie ontwikkeld door https://www.sevenencorp.com, en de belangrijkste functie is "New Tab with the greatest photos from Panamá".
Extensie Screenshots
Download het CRX-bestand van de extensie Panama Chrome by Hanami
Download Panama Chrome by Hanami-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Panamá Chrome te muestra las mejores fotos y paisajes de Panamá.
Con el apoyo de Hanami Studio y Sevenen Corp Basisinformatie over de Extensie
| Naam | |
| ID | dmeefenobcclbbjoeadgpknlpmofninm |
| Officiële URL | https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm |
| Beschrijving | New Tab with the greatest photos from Panamá |
| Bestandsgrootte | 3.91 MB |
| Aantal Installaties | 128 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-01-25 |
| Publicatiedatum | 2016-01-25 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://www.sevenencorp.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |