Quick-add Calculating Calculator
Complete simple mathematical functions quickly and easily with a click of the mouse.
Apa itu Quick-add Calculating Calculator?
Quick-add Calculating Calculator adalah ekstensi Chrome yang dikembangkan oleh Derek Hill, dan fitur utamanya adalah "Complete simple mathematical functions quickly and easily with a click of the mouse.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick-add Calculating Calculator
Unduh file ekstensi Quick-add Calculating Calculator 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
Click the extension icon to toggle the Calculator. Click on any numbers you would like to add to your equation and see a total in real-time. Keyboard modifiers: SHIFT = subtract, CTRL = multiply, CTRL+SHIFT = divide, RELEASE = add
Informasi Dasar Ekstensi
Nama | |
ID | laogkhebjhpkikbhofgkfopcmfknmimf |
URL Resmi | https://chrome.google.com/webstore/detail/quick-add-calculating-cal/laogkhebjhpkikbhofgkfopcmfknmimf |
Deskripsi | Complete simple mathematical functions quickly and easily with a click of the mouse. |
Ukuran File | 49.92 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2017-04-12 |
Tanggal Publikasi | 2017-04-12 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Derek Hill |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick-add Calculating Calculator", "version": "2.0", "description": "Complete simple mathematical functions quickly and easily with a click of the mouse.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "off.png" ], "default_icon": "off.png", "default_title": "Quick-add Calculating Calculator" }, "permissions": [ "tabs", " |