Beacon

Generate a report from Beacon (digitalbeacon.co) with a single click

Beacon là gì?

Beacon là một tiện ích mở rộng Chrome được phát triển bởi https://aline.to, và tính năng chính của nó là "Generate a report from Beacon (digitalbeacon.co) with a single click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beacon

Tải xuống các tệp mở rộng Beacon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
URL Chính Thức https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek
Mô tả Generate a report from Beacon (digitalbeacon.co) with a single click
Kích Thước Tệp 13.39 KB
Số Lần Cài Đặt 934
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2021-04-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://aline.to
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://digitalbeacon.co/
URL Trang Trợ Giúp https://digitalbeacon.co/
Ngôn Ngữ Được Hỗ Trợ 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": []
}