Beacon
Generate a report from Beacon (digitalbeacon.co) with a single click
Was ist Beacon?
Beacon ist eine Chrome-Erweiterung, die von https://aline.to entwickelt wurde, und ihr Hauptmerkmal ist "Generate a report from Beacon (digitalbeacon.co) with a single click".
Erweiterungsscreenshots
Beacon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Beacon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bflpbnopaodpkggmcehmpdneahmnckek |
Offizielle URL | https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek |
Beschreibung | Generate a report from Beacon (digitalbeacon.co) with a single click |
Dateigröße | 13.39 KB |
Installationsanzahl | 934 |
Aktuelle Version | 1 |
Letztes Update | 2021-04-01 |
Veröffentlichungsdatum | 2021-04-01 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://aline.to |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://digitalbeacon.co/ |
Hilfeseite URL | https://digitalbeacon.co/ |
Unterstützte Sprachen | 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": [] } |