Moon Phases

Show the current Moon Phase in the icon and more data if you click it

什麼是Moon Phases?

Moon Phases是由Iñaki開發的Chrome擴展程式,該擴展的主要功能是“Show the current Moon Phase in the icon and more data if you click it”。

擴展截圖

screenshot
screenshot
screenshot

下載Moon Phases擴展crx文件

下載Moon Phases擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The icon show the current phase with a real image of the moon.
Click and little window is open with the next data:
    
    - Location.
    - Current moon phase.
    - Moonrise.
    - Moonset.
    - Moon age.
    - Moon brightness percentage..
    - Real image in current phase.
    - Phases prevision for all week.
    - Moon rise point.                    

擴展基本資訊

名稱 Moon Phases Moon Phases
ID diikilbpgmfgiikhijemigmcoefdnfme
官方網址 https://chrome.google.com/webstore/detail/moon-phases/diikilbpgmfgiikhijemigmcoefdnfme
簡介 Show the current Moon Phase in the icon and more data if you click it
檔案大小 3.07 MB
安裝次數 329
目前版本 4.3
更新時間 2022-02-18
上架時間 2020-09-23
評分 4.50/5 共 2 次評分
開發者 Iñaki
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://lobular-observation.000webhostapp.com/politica_de_privacidad/en/index.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moon Phases",
    "version": "4.3",
    "description": "Show the current Moon Phase in the icon and more data if you click it",
    "author": "I\u00f1aki",
    "background": {
        "scripts": [
            "jquery-3.5.1.js",
            "moon2022.json",
            "contentFases.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/weather.cit.api.here.com; object-src 'self'",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "16": "iconos\/icon16.png",
        "48": "iconos\/icon48.png",
        "128": "iconos\/icon128.png"
    },
    "browser_action": {
        "default_popup": "fases.html",
        "default_title": "MoonPhases",
        "default_icon": {
            "32": "fasesLunaIcons\/lunaFase15.png"
        }
    }
}