Ios Calculator
Simple and easy to use calculator
什麼是Ios Calculator?
Ios Calculator是由refractiontech開發的Chrome擴展程式,該擴展的主要功能是“Simple and easy to use calculator”。
擴展截圖
下載Ios Calculator擴展crx文件
下載Ios Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Suitable and fast calculator like Ios calculator. Possibility to use keyboard and mouse. Possibility to work with several numbers at once.
擴展基本資訊
名稱 | Ios Calculator |
ID | loojjnjjfmnmaefhinlahhaegaffjahc |
官方網址 | https://chromewebstore.google.com/detail/ios-calculator/loojjnjjfmnmaefhinlahhaegaffjahc |
簡介 | Simple and easy to use calculator |
檔案大小 | 39.78 KB |
安裝次數 | 10,000 |
目前版本 | 1.0 |
更新時間 | 2017-11-02 |
上架時間 | 2017-11-02 |
評分 | 3.50/5 共 6 次評分 |
開發者 | refractiontech |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://refraction.tech/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ios Calculator", "description": "Simple and easy to use calculator", "version": "1.0", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "https:\/\/refraction.tech\/" ], "manifest_version": 2 } |