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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Panamá Chrome te muestra las mejores fotos y paisajes de Panamá. Con el apoyo de Hanami Studio y Sevenen Corp
확장 프로그램 기본 정보
이름 | Panama Chrome by Hanami |
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" ] } ] } |