Realtime I Ching (Zhouyi)
Tell your realtime fate every minute...
什麼是Realtime I Ching (Zhouyi)?
Realtime I Ching (Zhouyi)是由guanghuai.yang開發的Chrome擴展程式,該擴展的主要功能是“Tell your realtime fate every minute...”。
擴展截圖
下載Realtime I Ching (Zhouyi)擴展crx文件
下載Realtime I Ching (Zhouyi)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Please feel free to contact me: [email protected]
擴展基本資訊
名稱 | Realtime I Ching (Zhouyi) |
ID | nmnmfnalgijigfbljelbihbebpkjfcmn |
官方網址 | https://chromewebstore.google.com/detail/realtime-i-ching-zhouyi/nmnmfnalgijigfbljelbihbebpkjfcmn |
簡介 | Tell your realtime fate every minute... |
檔案大小 | 55.7 KB |
安裝次數 | 51 |
目前版本 | 1.0.2 |
更新時間 | 2017-02-19 |
上架時間 | 2017-02-19 |
評分 | 3.67/5 共 3 次評分 |
開發者 | guanghuai.yang |
付費類型 | free |
支援的語言 | 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" ] } } |