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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @kennethlarsen และคุณลักษณะหลักของมันคือ "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Klima: Your online carbon footprint

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}