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!
擴展基本資訊
名稱 | |
ID | ilidgdcdnofmfpmkmbhoemmdmgkjgfcb |
官方網址 | 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" ] } |