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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Klima: Your online carbon footprint
قم بتنزيل ملفات الامتداد Klima: Your online carbon footprint بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |