Realtime I Ching (Zhouyi)
Tell your realtime fate every minute...
Cos'è Realtime I Ching (Zhouyi)?
Realtime I Ching (Zhouyi) è un'estensione di Chrome sviluppata da guanghuai.yang, e la sua funzione principale è "Tell your realtime fate every minute...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Realtime I Ching (Zhouyi)
Scarica i file di estensione Realtime I Ching (Zhouyi) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Please feel free to contact me:
[email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | nmnmfnalgijigfbljelbihbebpkjfcmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/realtime-i-ching-zhouyi/nmnmfnalgijigfbljelbihbebpkjfcmn |
| Descrizione | Tell your realtime fate every minute... |
| Dimensione del File | 55.7 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-02-19 |
| Data di Pubblicazione | 2017-02-19 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | guanghuai.yang |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Realtime I Ching (Zhouyi)",
"short_name": "Realtime I Ching (Zhouyi)",
"version": "1.0.2",
"description": "Tell your realtime fate every minute...",
"icons": {
"48": "logo48.png"
},
"browser_action": {
"default_icon": "logo48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |