Beacon

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

Beaconคืออะไร?

Beacon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aline.to และคุณลักษณะหลักของมันคือ "Generate a report from Beacon (digitalbeacon.co) with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beacon

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": []
}