Beacon

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

Vad är Beacon?

Beacon är en Chrome-tillägg utvecklad av https://aline.to, och dess huvudfunktion är "Generate a report from Beacon (digitalbeacon.co) with a single click".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Beacon-förlängningens CRX-fil

Ladda ner Beacon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Beacon Beacon
ID bflpbnopaodpkggmcehmpdneahmnckek
Officiell webbadress https://chromewebstore.google.com/detail/beacon/bflpbnopaodpkggmcehmpdneahmnckek
Beskrivning Generate a report from Beacon (digitalbeacon.co) with a single click
Filstorlek 13.39 KB
Antal Installationer 934
Aktuell Version 1
Senast Uppdaterad 2021-04-01
Publiceringsdatum 2021-04-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://aline.to
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://digitalbeacon.co/
Hjälpsida URL https://digitalbeacon.co/
Stödda Språk 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": []
}