Beacon

Generate a report from Beacon (digitalbeacon.co) with a single click

Co to jest Beacon?

Beacon to rozszerzenie Chrome opracowane przez https://aline.to, a jego główną funkcją jest „Generate a report from Beacon (digitalbeacon.co) with a single click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Beacon

Pobierz pliki rozszerzeń Beacon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Digital Beacon is an online tool that calculates a website’s environmental impact. See the breakdown of its impact and learn what measures can be taken to improve it.

This extension automatically runs the site you’re browsing through [digitalbeacon.co](http://digitalbeacon.co/) and takes you to the results page. Great for on-the-fly testing.                    

Podstawowe informacje o rozszerzeniu

Nazwa Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
Oficjalny URL https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek
Opis Generate a report from Beacon (digitalbeacon.co) with a single click
Rozmiar pliku 13.39 KB
Liczba instalacji 934
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-04-01
Data Publikacji 2021-04-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://aline.to
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://digitalbeacon.co/
Adres URL Strony Pomocy https://digitalbeacon.co/
Obsługiwane Języki en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png"
        }
    },
    "description": "Generate a report from Beacon (digitalbeacon.co) with a single click",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "name": "Beacon",
    "options_page": "",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1",
    "web_accessible_resources": []
}