Sun & moon times extension
Displays times for sunrise, sunset, moonrise, moonset etc.
Sun & moon times extensionとは何ですか?
Sun & moon times extensionはsandroによって開発されたChromeの拡張機能で、その主な機能は「Displays times for sunrise, sunset, moonrise, moonset etc.」です。
拡張機能のスクリーンショット
Sun & moon times extension拡張機能のCRXファイルをダウンロード
Sun & moon times extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides astronomical information like this: * Sunlight duration * Sunrise time * Sunset time * Moonrise time * Moonset time * Phase * Illuminated part
拡張機能の基本情報
名前 | Sun & moon times extension |
ID | ipijpiahkomdgeglkmndmegpgkfeddaj |
公式URL | https://chromewebstore.google.com/detail/sun-moon-times-extension/ipijpiahkomdgeglkmndmegpgkfeddaj |
説明 | Displays times for sunrise, sunset, moonrise, moonset etc. |
ファイルサイズ | 1.09 MB |
インストール数 | 685 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-01-07 |
公開日 | 2016-01-07 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | sandro |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sun & moon times extension", "description": "Displays times for sunrise, sunset, moonrise, moonset etc.", "version": "1.0.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": [], "browser_action": { "name": "Sun & moon times extension", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [], "manifest_version": 2 } |