Smart Calc

Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.

什麼是Smart Calc?

Smart Calc是由andersonfetter開發的Chrome擴展程式,該擴展的主要功能是“Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.”。

擴展截圖

screenshot
screenshot
screenshot

下載Smart Calc擴展crx文件

下載Smart Calc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple way to make math. Highlighting text in any website. The default function is sum, but you can easely change it jut press the other function (+, -, /, *). On the icon the color indicates which function is selected. For the most advanced users you can edit by yourself the equations by using the pop up page.                    

擴展基本資訊

名稱 Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
官方網址 https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
簡介 Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
檔案大小 35.43 KB
安裝次數 25
目前版本 1.0
更新時間 2016-04-27
上架時間 2016-04-27
評分 5.00/5 共 1 次評分
開發者 andersonfetter
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.afetter.com/license
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calc",
    "description": "Select number in the web page and automatically (+, -, \/, *) with the previous values. Also you can edit the function by your own.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}