Simple Calculator
Simple Easy Access Calculator
什麼是Simple Calculator?
Simple Calculator是由Alan J. Fitzpatrick開發的Chrome擴展程式,該擴展的主要功能是“Simple Easy Access Calculator”。
擴展截圖
下載Simple Calculator擴展crx文件
下載Simple Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Beautiful Calculator to with a simple elegant design to make your daily calculations only a simple click away. This calculator has the main functionality of a basic calculator. Additional Features - Full Keyboard Support - Preview Window
擴展基本資訊
名稱 | |
ID | ieafbjofblomjaiapdfpaepekillkgjp |
官方網址 | https://chrome.google.com/webstore/detail/simple-calculator/ieafbjofblomjaiapdfpaepekillkgjp |
簡介 | Simple Easy Access Calculator |
檔案大小 | 129 KB |
安裝次數 | 895 |
目前版本 | 0.4 |
更新時間 | 2017-03-30 |
上架時間 | 2017-03-30 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Alan J. Fitzpatrick |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Calculator", "description": "Simple Easy Access Calculator", "short_name": "scalculator", "version": "0.4", "browser_action": { "default_popup": "index.html", "default_icon": "images\/logo.png" }, "permissions": [ "debugger", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |