Zodiaque
Display natal and progressed charts and transit tables, save birth coordinates with import/export option
Zodiaque क्या है?
Zodiaque pno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display natal and progressed charts and transit tables, save birth coordinates with import/export option"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zodiaque एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a simple astral themes and transits display tool designed for those interested in astrology and does not pretend to offer all the features of specialized sites nor the same accuracy.. characteristics : - Tropical and Uranian themes - Transits, solar arc, solar return, synastry and secondary progression - Dynamic transits with audio mode, a musical note being assigned to each planet of the chart - Planetary chain - Midpoints and formula in uranian - domification Placidus (option domitude), true Lilith, true lunar node - summary table of masteries and dignities for each planet - summary table of dominant elements - import / export function to save directory names - Chinese zodiac sign - current sky map updated in real time with the possibility of orienting it according to the local view notes: - export in Android saves automatically in the default folder with the name: zodiaque(x).json use: - in order to display a natal chart or a table of transits it is necessary to create an entry in the left panel. - click on entry to display the theme - the options page of the extension allows you to enter the local coordinates (longitude, latitude) used for the calculation of transits and solar return
एक्सटेंशन की मूल जानकारी
नाम | Zodiaque |
ID | mckpckihechfpggbifdneafnjfocobnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/zodiaque/mckpckihechfpggbifdneafnjfocobnh |
विवरण | Display natal and progressed charts and transit tables, save birth coordinates with import/export option |
फ़ाइल का आकार | 218 KB |
स्थापना संख्या | 253 |
वर्तमान संस्करण | 2.6.7 |
अंतिम अपडेट | 2024-03-01 |
प्रकाशन तिथि | 2020-03-20 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | pno |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://gitlab.com/poelon/Zodiaque_extension |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zodiaque", "version": "2.6.7", "default_locale": "en", "description": "__MSG_description__", "icons": { "48": ".\/images\/logo.png" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko_android": { "id": "[email protected]" } }, "action": { "default_popup": ".\/html\/start.html", "default_icon": { "16": ".\/images\/lune16.png", "32": ".\/images\/lune32.png", "64": ".\/images\/lune64.png", "128": ".\/images\/lune128.png" }, "default_title": "Zodiaque" }, "options_ui": { "page": "\/html\/options.html" } } |