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
拡張機能の基本情報
名前 | 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" ] } ] } |