WIS Floating Clock

This extension allows Clock to float and be modifiable.

什么是WIS Floating Clock?

WIS Floating Clock是由Raiper34开发的Chrome扩展程序,该扩展的主要功能是“This extension allows Clock to float and be modifiable.”。

下载WIS Floating Clock扩展crx文件

下载WIS Floating Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension for BUT FIT IS on https://wis.fit.vutbr.cz/ allows allows Clock to float and you can see clock even on long page. It is useful during clickwars.                    

扩展基本信息

名称 WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
官方URL https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
简介 This extension allows Clock to float and be modifiable.
文件大小 300 KB
安装次数 134
当前版本 1.0
更新时间 2018-02-02
上架时间 2018-02-02
评分 3.00/5 共4次评分
开发者 Raiper34
付费类型 free
扩展官网 http://www.raiper34.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIS Floating Clock",
    "description": "This extension allows Clock to float and be modifiable.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "settings\/index.html",
        "default_title": "WIS Floating Clock"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wis.fit.vutbr.cz\/*",
                "https:\/\/wis.fit.vutbr.cz\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/content.js"
            ]
        }
    ]
}