Co2 Monitor

monitor how much CO2 your internet consumption has produced

Co2 Monitorคืออะไร?

Co2 Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "monitor how much CO2 your internet consumption has produced"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Co2 Monitor

ดาวน์โหลดไฟล์ส่วนขยาย Co2 Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CO2 Monitor gives you a way to measure your carbon footprint related to your daily internet browsing. 

Knowing the environmental impact caused by your casual navigation could allow you to take measures in order to decrease it. As an example, some of them are the following :
- watch videos at lower resolution when possible.
- use links rather than search engine to access your favorite websites.
- favor low tech website and environment mindful company.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Co2 Monitor Co2 Monitor
ID jgdbmmijpagachmmmlmacgkbdglfcamj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/co2-monitor/jgdbmmijpagachmmmlmacgkbdglfcamj
คำอธิบาย monitor how much CO2 your internet consumption has produced
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-19
วันที่เผยแพร่ 2020-04-15
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lachhebo.github.io/CO2-Monitor
URL หน้าช่วยเหลือ https://github.com/lachhebo/co2-monitor/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Co2 Monitor",
    "version": "1.0",
    "description": "monitor how much CO2 your internet consumption has produced",
    "permissions": [
        "webRequest",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistents": false
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "128": "resources\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/16.png",
            "32": "resources\/icons\/32.png"
        },
        "default_title": "CO2-monitor",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}