Smart Calc

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

Apa itu Smart Calc?

Smart Calc adalah ekstensi Chrome yang dikembangkan oleh andersonfetter, dan fitur utamanya adalah "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Smart Calc

Unduh file ekstensi Smart Calc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
URL Resmi https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Deskripsi Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Ukuran File 35.43 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-27
Tanggal Publikasi 2016-04-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang andersonfetter
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.afetter.com/license
Bahasa yang Didukung 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
    }
}