ECLYPSIA Webtvs

Eclypsia’s very first official extension dedicated to its webtvs!

什麼是ECLYPSIA Webtvs?

ECLYPSIA Webtvs是由https://www.eclypsia.com開發的Chrome擴展程式,該擴展的主要功能是“Eclypsia’s very first official extension dedicated to its webtvs!”。

擴展截圖

screenshot
screenshot
screenshot

下載ECLYPSIA Webtvs擴展crx文件

下載ECLYPSIA Webtvs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Discover the very first extension dedicated to Eclypsia’s webtvs. 
Easy to install, it will warn you each time one of your favorite shows or streamers goes live so you never miss any webtv show anymore!                    

擴展基本資訊

名稱 ECLYPSIA Webtvs ECLYPSIA Webtvs
ID ikmoijimgccfopaebjaidhddgkcfmpjf
官方網址 https://chromewebstore.google.com/detail/eclypsia-webtvs/ikmoijimgccfopaebjaidhddgkcfmpjf
簡介 Eclypsia’s very first official extension dedicated to its webtvs!
檔案大小 48.25 KB
安裝次數 35
目前版本 0.1
更新時間 2016-01-12
上架時間 2016-01-12
評分 5.00/5 共 9 次評分
開發者 https://www.eclypsia.com
付費類型 free
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "EC-WebTV",
    "description": "__MSG_appDesc__",
    "version": "0.1",
    "author": "eclypsia",
    "default_locale": "fr",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "https:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "app\/jquery-2.1.4.min.js",
            "app\/bootstrap.js",
            "app\/calendarsManager.js",
            "app\/alarmsManager.js",
            "app\/eventsManager.js",
            "app\/notificationsManager.js",
            "app\/translatorManager.js",
            "app\/view.js",
            "app\/controller.js",
            "app\/app.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "app\/icons\/eclypsia32.png",
            "38": "app\/icons\/eclypsia48.png"
        },
        "default_title": "Eclypsia WebTV Stream",
        "default_popup": "app\/popup.html"
    },
    "minimum_chrome_version": "32"
}