Beacon

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

Apa itu Beacon?

Beacon adalah ekstensi Chrome yang dikembangkan oleh https://aline.to, dan fitur utamanya adalah "Generate a report from Beacon (digitalbeacon.co) with a single click".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beacon

Unduh file ekstensi Beacon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
URL Resmi https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek
Deskripsi Generate a report from Beacon (digitalbeacon.co) with a single click
Ukuran File 13.39 KB
Jumlah Instalasi 934
Versi Saat Ini 1
Terakhir Diperbarui 2021-04-01
Tanggal Publikasi 2021-04-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://aline.to
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://digitalbeacon.co/
URL Halaman Bantuan https://digitalbeacon.co/
Bahasa yang Didukung 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": []
}