Calculator Chrome Extension
This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !
什麼是Calculator Chrome Extension?
Calculator Chrome Extension是由Mitin Sharma開發的Chrome擴展程式,該擴展的主要功能是“This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !”。
擴展截圖
下載Calculator Chrome Extension擴展crx文件
下載Calculator Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try !                     擴展基本資訊
| 名稱 |   |  
| ID | jdmcnjmopmnkijcbonebjbdkpcdblobn | 
| 官方網址 | https://chromewebstore.google.com/detail/calculator-chrome-extensi/jdmcnjmopmnkijcbonebjbdkpcdblobn | 
| 簡介 | This calculator is an addictive and user-friendly extension developed especially for Chrome users. Don't forget to give it a try ! | 
| 檔案大小 | 1.08 MB | 
| 安裝次數 | 164 | 
| 目前版本 | 1.0.2 | 
| 更新時間 | 2017-07-17 | 
| 上架時間 | 2017-07-17 | 
| 評分 | 5.00/5 共 3 次評分 | 
| 開發者 | Mitin Sharma | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator Chrome Extension",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "19": "icons\/19x19.png",
        "38": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Smart Calculator",
        "default_popup": "calc.html"
    }
}  |  |