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á”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | dmeefenobcclbbjoeadgpknlpmofninm |
| 官方URL | 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"
]
}
]
} | |