Beacon
Generate a report from Beacon (digitalbeacon.co) with a single click
什么是Beacon?
Beacon是由https://aline.to开发的Chrome扩展程序,该扩展的主要功能是“Generate a report from Beacon (digitalbeacon.co) with a single click”。
扩展截图
下载Beacon扩展crx文件
下载Beacon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bflpbnopaodpkggmcehmpdneahmnckek |
官方URL | https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek |
简介 | Generate a report from Beacon (digitalbeacon.co) with a single click |
文件大小 | 13.39 KB |
安装次数 | 934 |
当前版本 | 1 |
更新时间 | 2021-04-01 |
上架时间 | 2021-04-01 |
评分 | 5.00/5 共2次评分 |
开发者 | https://aline.to |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://digitalbeacon.co/ |
帮助页面URL | https://digitalbeacon.co/ |
支持的语言 | 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": [] } |