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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
官方網址 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": []
}