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
公式URL 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
Eメール [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
    }
}