Panama Chrome by Hanami
New Tab with the greatest photos from Panamá
Cos'è Panama Chrome by Hanami?
Panama Chrome by Hanami è un'estensione di Chrome sviluppata da https://www.sevenencorp.com, e la sua funzione principale è "New Tab with the greatest photos from Panamá".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Panama Chrome by Hanami
Scarica i file di estensione Panama Chrome by Hanami in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Panamá Chrome te muestra las mejores fotos y paisajes de Panamá.
Con el apoyo de Hanami Studio y Sevenen Corp Informazioni di Base sull'Estensione
| Nome | |
| ID | dmeefenobcclbbjoeadgpknlpmofninm |
| URL Ufficiale | https://chromewebstore.google.com/detail/panama-chrome-by-hanami/dmeefenobcclbbjoeadgpknlpmofninm |
| Descrizione | New Tab with the greatest photos from Panamá |
| Dimensione del File | 3.91 MB |
| Conteggio Installazioni | 128 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2016-01-25 |
| Data di Pubblicazione | 2016-01-25 |
| Valutazione | 4.83/5 Totale 6 Valutazioni |
| Sviluppatore | https://www.sevenencorp.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |