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
Eメール [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\/*"
    ]
}