Zodiaque

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

Zodiaque란 무엇입니까?

Zodiaque은(는) pno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display natal and progressed charts and transit tables, save birth coordinates with import/export option"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zodiaque 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}