Beacon
Generate a report from Beacon (digitalbeacon.co) with a single click
Wat is Beacon?
Beacon is een Chrome-extensie ontwikkeld door https://aline.to, en de belangrijkste functie is "Generate a report from Beacon (digitalbeacon.co) with a single click".
Extensie Screenshots
Download het CRX-bestand van de extensie Beacon
Download Beacon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bflpbnopaodpkggmcehmpdneahmnckek |
| Officiële URL | https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek |
| Beschrijving | Generate a report from Beacon (digitalbeacon.co) with a single click |
| Bestandsgrootte | 13.39 KB |
| Aantal Installaties | 934 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2021-04-01 |
| Publicatiedatum | 2021-04-01 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://aline.to |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://digitalbeacon.co/ |
| Help Pagina-URL | https://digitalbeacon.co/ |
| Ondersteunde Talen | 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": []
} | |