Globemallow

Get a sustainability grade calculated for visited websites, and see estimations of the amount of energy & CO2 produced on page load.

ما هو Globemallow؟

Globemallow هو إضافة Chrome تم تطويرها بواسطة https://globemallow.io، والميزة الرئيسية لها هي "Get a sustainability grade calculated for visited websites, and see estimations of the amount of energy & CO2 produced on page load.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Globemallow

قم بتنزيل ملفات الامتداد Globemallow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Globemallow was created to help designers and developers build websites using more sustainable development practices.

Everybody can make a change that affects energy consumption of the internet. Follow internet design best practices, and try to push for your organization to standardize on them. 

Help Fight Climate Change:
* Become more aware of your internet browsing
* Discover how pages you browse can be optimized from a sustainable development stand point. 

What our reports show:
* Try to only use external font libraries when absolutely necessary
* Ensure images are being lazy-loaded on your site
* Try reducing image byte size when possible, or reduce the amount of images altogether
* Amount of cookies implemented on a page
* The list goes on.... 

Sustainability Grade:
* Globemallow uses the US Academic Grading System.
** A+ for a good sustainability website, F for websites that could use a little work

Built on Open Source:
Energy consumption estimations are supplied by The Shift Project: https://github.com/carbonalyser/Carbonalyser

Privacy Policy:

* None of your data is collected: browsing data is analyzed directly on the user's device and is not sent or processed anywhere else, or in any way.

* We use Chrome APIs to view network statistics to calculate your score.

* https://globemallow.io/#privacy


Other Organizations doing some great things in this space you should check out:

* https://ecograder.com/

* https://www.websitecarbon.com/

* https://www.thegreenwebfoundation.org/

Contact Us:
* Send any feedback, or ask questions using the email address under "Contact the Developer" link.


Donate : 
* If you are interested in helping this to become my fulltime gig then feel free to donate at https://ko-fi.com/globemallow - thanks. I hope you like it!


Known Issues:
* This extension may not work with security extensions installed. If report remains blank except for Green Hosting- it means a security extension is restricting Globemallow's algorithms. 

Keep checking back in for continuous updates.                    

معلومات أساسية عن التمديد

الاسم Globemallow Globemallow
ID jibhiolaefbcfiahgolfpmngjefngdmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/globemallow/jibhiolaefbcfiahgolfpmngjefngdmd
الوصف Get a sustainability grade calculated for visited websites, and see estimations of the amount of energy & CO2 produced on page load.
حجم الملف 116 KB
عدد التثبيتات 907
النسخة الحالية 0.0.3.8
آخر تحديث 2023-05-27
تاريخ النشر 2021-11-15
تقييم 5.00/5 مجموع تقييمات 7
المطور https://globemallow.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://globemallow.io/
عنوان صفحة سياسة الخصوصية https://globemallow.io
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Globemallow",
    "description": "Get a sustainability grade calculated for visited websites, and see estimations of the amount of energy & CO2 produced on page load.",
    "version": "0.0.3.8",
    "manifest_version": 3,
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js",
                "Chart.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/admin.thegreenwebfoundation.org\/*"
    ],
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}