Kalkulator

This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!

Kalkulatorとは何ですか?

Kalkulatorは2K inc.によって開発されたChromeの拡張機能で、その主な機能は「This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!」です。

Kalkulator拡張機能のCRXファイルをダウンロード

Kalkulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! By 2K inc, and spelled with two K's. 

Also try 2K inc.'s other AWESOME extensions!

--Trick or Treat! ^_^: A fun game for all ages. A fun clicker where you can collect trillions of candy to buy jobs and increase your multiplier to get even more!

--Fidget Tab: Bored of your lame New Tab? We've made a New Tab extension that you can fidget with!                    

拡張機能の基本情報

名前 Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
公式URL https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
説明 This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
ファイルサイズ 70.06 KB
インストール数 94
現在のバージョン 1.1.4
最終更新日 2018-05-27
公開日 2018-05-27
評価 5.00/5 合計 4 レビュー
開発者 2K inc.
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kalkulator",
    "short_name": "Kalk",
    "description": "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "kalk_icon.png",
        "default_popup": "calc.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open Kalkulator with ctrl+shift+k"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}