Beacon

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

Cos'è Beacon?

Beacon è un'estensione di Chrome sviluppata da https://aline.to, e la sua funzione principale è "Generate a report from Beacon (digitalbeacon.co) with a single click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beacon

Scarica i file di estensione Beacon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
URL Ufficiale https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek
Descrizione Generate a report from Beacon (digitalbeacon.co) with a single click
Dimensione del File 13.39 KB
Conteggio Installazioni 934
Versione Corrente 1
Ultimo Aggiornamento 2021-04-01
Data di Pubblicazione 2021-04-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://aline.to
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://digitalbeacon.co/
URL della Pagina di Aiuto https://digitalbeacon.co/
Lingue Supportate 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": []
}