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.”。
擴展截圖
下載Adrenalin Extension擴展crx文件
下載Adrenalin Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                                             擴展基本資訊
| 名稱 |   |  
| ID | iionippmmaooffnikjhmcjeikobbghlb | 
| 官方網址 | 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\/*"
    ]
}  |  |