Klima: Your online carbon footprint

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

Apa itu Klima: Your online carbon footprint?

Klima: Your online carbon footprint adalah ekstensi Chrome yang dikembangkan oleh @kennethlarsen, dan fitur utamanya adalah "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Klima: Your online carbon footprint

Unduh file ekstensi Klima: Your online carbon footprint dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Klima: Your online carbon footprint Klima: Your online carbon footprint
ID ehofddgcnmijknefgjnldeimlgklaeoa
URL Resmi https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa
Deskripsi An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Ukuran File 24.02 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-10-10
Tanggal Publikasi 2019-10-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang @kennethlarsen
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/kennethlarsen/Sessionslogning-simulator
Bahasa yang Didukung 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"
            ]
        }
    ]
}