Klima: Your online carbon footprint

An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.

什麼是Klima: Your online carbon footprint?

Klima: Your online carbon footprint是由@kennethlarsen開發的Chrome擴展程式,該擴展的主要功能是“An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.”。

擴展截圖

screenshot

下載Klima: Your online carbon footprint擴展crx文件

下載Klima: Your online carbon footprint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.                    

擴展基本資訊

名稱 Klima: Your online carbon footprint Klima: Your online carbon footprint
ID ehofddgcnmijknefgjnldeimlgklaeoa
官方網址 https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa
簡介 An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
檔案大小 24.02 KB
安裝次數 35
目前版本 1.0.2
更新時間 2019-10-10
上架時間 2019-10-10
評分 5.00/5 共 1 次評分
開發者 @kennethlarsen
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/kennethlarsen/Sessionslogning-simulator
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Klima: Your online carbon footprint",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.",
    "homepage_url": "http:\/\/kennethlarsen.org\/klima",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}