Beacon
Generate a report from Beacon (digitalbeacon.co) with a single click
Qu'est-ce que Beacon ?
Beacon est une extension Chrome développée par https://aline.to, et sa fonction principale est "Generate a report from Beacon (digitalbeacon.co) with a single click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beacon
Téléchargez les fichiers d'extension Beacon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bflpbnopaodpkggmcehmpdneahmnckek |
URL Officiel | https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek |
Description | Generate a report from Beacon (digitalbeacon.co) with a single click |
Taille du Fichier | 13.39 KB |
Nombre d'Installations | 934 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2021-04-01 |
Date de Publication | 2021-04-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://aline.to |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://digitalbeacon.co/ |
URL de la Page d'Aide | https://digitalbeacon.co/ |
Langues Prises en Charge | 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": [] } |