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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [] } |