MetaNumbers - Number Encyclopedia

Math tool providing information about any positive natural number.

MetaNumbers - Number Encyclopediaคืออะไร?

MetaNumbers - Number Encyclopedia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metanumbers.com และคุณลักษณะหลักของมันคือ "Math tool providing information about any positive natural number."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MetaNumbers - Number Encyclopedia

ดาวน์โหลดไฟล์ส่วนขยาย MetaNumbers - Number Encyclopedia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        MetaNumbers is a free math tool providing information about any positive integer (up to 9223372036854775807), such as its factorized form, its divisors, its classification, or its arithmetic properties (widely used in the field of number theory).

-----------------------------------------------------------------

How to use MetaNumbers ? 

Just type a number value (for example 3600) in the search field (it can be in decimal, factorized, binary, or hexadecimal form) and you'll be able to:

- Check whether 3600 is a prime number.

- Compute the prime factors of 3600 (2^4 × 3^2 × 5^2) and all its positive divisors (45).

- Compute various arithmetic functions such as the prime omega functions ω(n) and Ω(n), the divisor function τ(n), the sum of divisors function σ(n), the Euler's totient function φ(n), the Möbius function μ(n), the Liouville function λ(n), the prime counting function π(n), or the von Mangoldt function Λ(n).

- Check which number classes 3600 belongs to (among more than 70, such as the square, the perfect power, or the abundant numbers).

- Convert 3600 to binary, octal, hexadecimal, etc.

- Get the full name of 3600 (three thousand six hundred
 ) or the scientific notation of 3600 (3.6 × 10^3).

- And much more...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MetaNumbers - Number Encyclopedia MetaNumbers - Number Encyclopedia
ID gjpjomincbhjofhkdikgmbbbfmddgmal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metanumbers-number-encycl/gjpjomincbhjofhkdikgmbbbfmddgmal
คำอธิบาย Math tool providing information about any positive natural number.
ขนาดไฟล์ 17.13 KB
จำนวนการติดตั้ง 595
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-12-16
วันที่เผยแพร่ 2019-11-15
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://metanumbers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://metanumbers.com
URL หน้าช่วยเหลือ https://metanumbers.com/help
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "html\/bg.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16x16.png",
            "32": "img\/icon_32x32.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "MetaNumbers",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/[email protected]",
        "128": "img\/icon_128x128.png"
    },
    "minimum_chrome_version": "49",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}