CO2 checker

This extension will calculate your co2 emissions

CO2 checkerとは何ですか?

CO2 checkerはstephanie.m.hutsonによって開発されたChromeの拡張機能で、その主な機能は「This extension will calculate your co2 emissions」です。

CO2 checker拡張機能のCRXファイルをダウンロード

CO2 checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This chrome extension works with google maps to tell you your estimated CO2 emissions for your journey based on the type of vehicle you use and the length of your trip.                    

拡張機能の基本情報

名前 CO2 checker CO2 checker
ID cdkdjcogbiecabbgcmhohfnakbojhopi
公式URL https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi
説明 This extension will calculate your co2 emissions
ファイルサイズ 1.07 MB
インストール数 15
現在のバージョン 1.0
最終更新日 2015-10-25
公開日 2015-10-25
評価 5.00/5 合計 2 レビュー
開発者 stephanie.m.hutson
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CO2 checker",
    "description": "This extension will calculate your co2 emissions",
    "version": "1.0",
    "icons": {
        "16": "imgs\/logo.svg",
        "48": "imgs\/logo.svg",
        "128": "imgs\/logo.svg"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "calculate.js"
            ],
            "css": [
                "extension.css"
            ],
            "matches": [
                "http:\/\/www.google.com\/maps\/*",
                "https:\/\/www.google.com\/maps\/*",
                "http:\/\/maps.google.com\/*",
                "https:\/\/maps.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "pageCapture"
    ]
}