Calculator+
A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Apa itu Calculator+?
Calculator+ adalah ekstensi Chrome yang dikembangkan oleh https://www.mataskairaitis.com, dan fitur utamanya adalah "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Calculator+
Unduh file ekstensi 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
Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.
How to use:
Install the extension.
Click the calculator icon in the top right corner of your browser.
Hotkeys:
Enter: Submits calculation
=: Submits calculation
C: deletes everything
Calculator+ is completely free & open source.
You may find the source at: http://www.mataskairaitis.com/calculator Informasi Dasar Ekstensi
| Nama | |
| ID | pmjjijdigbmcgnmkmgkcboemdggjgpog |
| URL Resmi | https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog |
| Deskripsi | A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly. |
| Ukuran File | 134 KB |
| Jumlah Instalasi | 1,641 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2014-09-15 |
| Tanggal Publikasi | 2014-09-15 |
| Penilaian | 4.73/5 Total 11 Penilaian |
| Pengembang | https://www.mataskairaitis.com |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://www.mataskairaitis.com/calculator |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calculator+",
"description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
"version": "1.0",
"author": "Matas Kairaitis",
"browser_action": {
"default_title": "Calculator+",
"default_icon": "images\/icon.png",
"default_popup": "calculator.html"
},
"sandbox": {
"pages": [
"sandbox.html"
]
}
} | |