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"
    ]
}