Numberly

Instantly solve math equations and metric conversions as you type.

Numberlyคืออะไร?

Numberly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://numberly.app และคุณลักษณะหลักของมันคือ "Instantly solve math equations and metric conversions as you type."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Numberly

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

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

                        Introducing Numberly, the ultimate productivity app that streamlines your number-crunching tasks! Numberly is like Grammarly for numbers, ensuring that your calculations are error-free as you type them into any input in your browser. But that's not all - Numberly goes above and beyond, with built-in metric conversion tools that make it easy to switch between units as you type. Whether you're a student, a professional, or just someone who wants to save time and avoid mistakes, Numberly is the perfect solution. 

Numberly's built-in metric conversion tools make it easy to switch between units without breaking a sweat. Say goodbye to those frustrating Google searches and hello to effortless unit conversion.

With Numberly by your side, you'll never have to worry about math again. Get ready to impress your friends, your boss, and your math teacher with your newfound number-crunching skills. So what are you waiting for? Join the millions of users who have already discovered the power of Numberly, and take your number-crunching game to the next level today!

➤ How it works
It's easy to get started, simply enter the = symbol after your equation and it will be instantly replaced with the solution. For example, 2 + 2 = will be replaced with 4. Or how about 10 miles to km = will be replaced with 16 km. Solving a math quiz? Highlight the equation and right-click to solve the question - it will automatically be entered into the answer box! From calculating percentages to weight conversions, Numberly does it all!

Private and secure - all calculations are performed in your browser without the need for an internet connection.

➤ What’s included?

~ Free
The free version of Numberly includes advanced math equation and metric conversion support designed to help you be more productive without the use of a calculator.

~ Pro
Numberly Pro includes everything available for free with unlimited, uninterrupted usage.                    

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

ชื่อ Numberly Numberly
ID lfaojadgphljmhmcfijefniilmfnahdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/numberly/lfaojadgphljmhmcfijefniilmfnahdf
คำอธิบาย Instantly solve math equations and metric conversions as you type.
ขนาดไฟล์ 656 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2023-02-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://numberly.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://numberly.app
URL หน้าช่วยเหลือ https://numberly.app/contact
URL หน้านโยบายความเป็นส่วนตัว https://numberly.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numberly",
    "description": "Instantly solve math equations and metric conversions as you type.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.numberly.app\/subscribe"
            ],
            "js": [
                "pro.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardWrite",
        "notifications"
    ],
    "omnibox": {
        "keyword": "="
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/numberly16.png",
            "32": "\/images\/numberly32.png",
            "48": "\/images\/numberly48.png",
            "128": "\/images\/numberly128.png"
        }
    },
    "icons": {
        "16": "\/images\/numberly16.png",
        "32": "\/images\/numberly32.png",
        "48": "\/images\/numberly48.png",
        "128": "\/images\/numberly128.png"
    }
}