Zodiaque

Display natal and progressed charts and transit tables, save birth coordinates with import/export option

Τι είναι το Zodiaque;

Το Zodiaque είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pno, και η κύρια λειτουργία του είναι "Display natal and progressed charts and transit tables, save birth coordinates with import/export option".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zodiaque

Λήψη αρχείων επέκτασης Zodiaque σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}