EcosiaCalculator

Base Level Extension

EcosiaCalculator là gì?

EcosiaCalculator là một tiện ích mở rộng Chrome được phát triển bởi elmer.lingestal, và tính năng chính của nó là "Base Level Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EcosiaCalculator

Tải xuống các tệp mở rộng EcosiaCalculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Added search capabilities for Ecosia, including a calculator, a graph plotter and a currency and unit converter! If you search for a mathematical expression, our calculator will aid you! Similarly we will open the graph plotter or the currency and unit converter if your search matches them respectively!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EcosiaCalculator EcosiaCalculator
ID cplekodcpkjdmdcinciacpkhnjldhoji
URL Chính Thức https://chrome.google.com/webstore/detail/ecosiacalculator/cplekodcpkjdmdcinciacpkhnjldhoji
Mô tả Base Level Extension
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.91
Cập Nhật Lần Cuối 2020-04-25
Ngày Phát Hành 2020-04-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển elmer.lingestal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EcosiaCalculator",
    "description": "Base Level Extension",
    "version": "0.91",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "grapher\/GraphEdit2D.js",
        "grapher\/Graph2Dstyle.css",
        "grapher\/Graph2D.html",
        "calculator\/Calculator.html",
        "calculator\/CalculatorInterface.js",
        "calculator\/CalculatorStyle.css",
        "calculator\/Calculate.js",
        "calculator\/OnTyping.js",
        "table\/tableStyle.css",
        "table\/table.html",
        "table\/tableEdit.js"
    ],
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "sandbox": {
        "pages": [
            "grapher\/Graph2D.html",
            "calculator\/Calculator.html",
            "table\/table.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ecosia.org\/search?q=*"
            ],
            "html": [
                "grapher\/Graph2D.html",
                "calculator\/Calculator.html",
                "table\/table.html"
            ],
            "css": [
                "grapher\/Graph2Dstyle.css",
                "calculator\/CalculatorStyle.css",
                "table\/tableStyle.css"
            ],
            "js": [
                "lib\/jquery.js",
                "calculator\/CalculatorCreator.js",
                "calculator\/CalculatorInterface.js",
                "calculator\/Calculate.js",
                "calculator\/OnTyping.js",
                "table\/tableEdit.js",
                "table\/TableCreator.js",
                "grapher\/GraphCreator2D.js",
                "grapher\/GraphEdit2D.js",
                "OnSearch.js"
            ]
        }
    ]
}