Adrenalin Extension

Adrenalin extension to calculate total time spend in Office.

什么是Adrenalin Extension?

Adrenalin Extension是由Santosh Kumar Behera开发的Chrome扩展程序,该扩展的主要功能是“Adrenalin extension to calculate total time spend in Office.”。

扩展截图

screenshot

下载Adrenalin Extension扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Adrenalin Extension Adrenalin Extension
ID iionippmmaooffnikjhmcjeikobbghlb
官方URL https://chromewebstore.google.com/detail/adrenalin-extension/iionippmmaooffnikjhmcjeikobbghlb
简介 Adrenalin extension to calculate total time spend in Office.
文件大小 48.1 KB
安装次数 40
当前版本 1.5
更新时间 2016-11-03
上架时间 2016-11-03
评分 4.86/5 共21次评分
开发者 Santosh Kumar Behera
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adrenalin Extension",
    "version": "1.5",
    "description": "Adrenalin extension to calculate total time spend in Office.",
    "author": "Santosh Behera",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Adrenalin Extension",
        "default_popup": "AdrenalinExtMainUI.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "AdrenalinExtOptions.html",
    "background": {
        "scripts": [
            "AdrenalinExtEventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/10.157.40.23\/adrenalin\/*",
                "http:\/\/10.157.40.23\/Adrenalin\/*"
            ],
            "js": [
                "AdrenalinExtTotalTime.js",
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "http:\/\/10.157.40.23\/Adrenalin\/*",
        "http:\/\/10.157.40.23\/adrenalin\/*"
    ]
}