EcosiaCalculator

Base Level Extension

EcosiaCalculator란 무엇입니까?

EcosiaCalculator은(는) elmer.lingestal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Base Level Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EcosiaCalculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 EcosiaCalculator EcosiaCalculator
ID cplekodcpkjdmdcinciacpkhnjldhoji
공식 URL https://chrome.google.com/webstore/detail/ecosiacalculator/cplekodcpkjdmdcinciacpkhnjldhoji
설명 Base Level Extension
파일 크기 244 KB
설치 횟수 88
현재 버전 0.91
최근 업데이트 2020-04-25
출시 날짜 2020-04-25
평점 5.00/5 총 3 개의 평점
개발자 elmer.lingestal
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}