Moon Phases
Show the current Moon Phase in the icon and more data if you click it
Moon Phases क्या है?
Moon Phases Iñaki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the current Moon Phase in the icon and more data if you click it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moon Phases एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | diikilbpgmfgiikhijemigmcoefdnfme |
आधिकारिक URL | 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" } } } |