Right Click Calculator

Adds a user-defined percentage to a highlighted number on a webpage.

Right Click Calculatorคืออะไร?

Right Click Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hihihihihi และคุณลักษณะหลักของมันคือ "Adds a user-defined percentage to a highlighted number on a webpage."

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing the Right Click Calculator Chrome Extension, a powerful yet simple tool that enhances your browsing experience by allowing you to calculate percentages quickly and efficiently. With just a few clicks, this extension adds a user-defined percentage to any highlighted number on a website, saving you time and effort in your everyday tasks.

Whether you're a student, professional, or simply someone who frequently works with numbers online, the Right Click Calculator is designed to make your life easier. By eliminating the need to switch between tabs or use external calculators, this handy Chrome extension streamlines your workflow and keeps you focused on the task at hand.

Key Features:

Seamless Integration: The extension easily integrates with your Chrome browser, providing a context menu option when you highlight a number on any website.

Intuitive Popup Window: With a single click from the context menu, a popup window appears, displaying the highlighted number and an input field for the desired percentage.

User-Friendly Interface: The Right Click Calculator's popup window is designed to resemble the popular Discord application, offering a familiar and easy-to-use interface.

Instant Calculations: Enter the desired percentage, click the "Calculate" button, and instantly receive the result, which is the sum of the highlighted number and the calculated percentage.

Data Storage: The extension remembers the last percentage entered, allowing you to perform multiple calculations without re-entering the same value repeatedly.

Comma Separators: The Right Click Calculator intelligently handles numbers with comma separators, ensuring accurate calculations regardless of the number format.

Error Handling: The extension detects invalid input and displays an appropriate message, guiding you towards providing the correct input for the calculation.

Lightweight and Efficient: The Right Click Calculator is optimized for performance, ensuring it doesn't slow down your browsing experience or consume unnecessary resources.

Regular Updates: The extension is actively maintained, with regular updates to improve functionality, fix bugs, and stay up-to-date with the latest Chrome features.

Top-notch Support: Our dedicated team is here to assist you with any issues or questions you might have, ensuring a seamless and enjoyable user experience.

The Right Click Calculator Chrome Extension is the ultimate productivity booster for anyone who frequently deals with percentages and calculations online. Whether you're comparing prices, calculating tips, analyzing data, or simply crunching numbers, this extension is here to save you time and make your browsing experience more efficient.

Don't miss out on the opportunity to enhance your online workflow with this essential Chrome extension. Download the Right Click Calculator today and discover the convenience and efficiency it brings to your daily tasks.                    

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

ชื่อ Right Click Calculator Right Click Calculator
ID gmkamlhgcanhopeipgioebpgiekjojjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-calculator/gmkamlhgcanhopeipgioebpgiekjojjf
คำอธิบาย Adds a user-defined percentage to a highlighted number on a webpage.
ขนาดไฟล์ 27.73 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-31
วันที่เผยแพร่ 2023-03-30
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hihihihihi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/0c5362a4-6459-4c04-8b1a-da2ae2f0a80a
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Calculator",
    "version": "1.0",
    "description": "Adds a user-defined percentage to a highlighted number on a webpage.",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}