Gold Price Tracker

Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…

什麼是Gold Price Tracker?

Gold Price Tracker是由Boyswithbeards開發的Chrome擴展程式,該擴展的主要功能是“Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…”。

擴展截圖

screenshot

下載Gold Price Tracker擴展crx文件

下載Gold Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having to constantly refresh your browser? Look no further! Our Chrome extension is here to help. With real-time tracking and customizable alerts, you’ll never miss a beat when it comes to the price of gold.

Our extension is easy to use and seamlessly integrates with your browser. Simply install it and let us do the rest. You can set up alerts for when the price of gold reaches a certain threshold, or simply keep an eye on the market with our real-time tracking. Plus, our extension is constantly updated with the latest market data, so you can be sure you’re getting accurate information.

So why wait? Install our Chrome extension today and start tracking the price of gold like a pro!                    

擴展基本資訊

名稱 Gold Price Tracker Gold Price Tracker
ID dfaajedbdgfknghebpgmhnnjifcmdogg
官方網址 https://chromewebstore.google.com/detail/gold-price-tracker/dfaajedbdgfknghebpgmhnnjifcmdogg
簡介 Are you tired of constantly checking the price of gold? Do you want to stay up-to-date with the latest market trends without having…
檔案大小 32.99 KB
安裝次數 20
目前版本 1.1
更新時間 2023-05-16
上架時間 2023-05-16
開發者 Boyswithbeards
電子郵箱 [email protected]
付費類型 free
擴展官網 https://boyswithbeards.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gold Price Tracker",
    "version": "1.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "alarms"
    ],
    "background": {
        "service_worker": "script.js"
    }
}