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 |
| 官方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
} | |