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 擴展基本資訊
| 名稱 | |
| ID | ipijpiahkomdgeglkmndmegpgkfeddaj |
| 官方網址 | 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
} | |