Age Counter MeaVana

Age Counter MeaVana: Value your Time

什麼是Age Counter MeaVana?

Age Counter MeaVana是由https://meavana.com開發的Chrome擴展程式,該擴展的主要功能是“Age Counter MeaVana: Value your Time”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Age Counter MeaVana擴展crx文件

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

擴展使用說明

                        🕥🕥 Welcome to the MeaVana Age Counter 🕥🕥

A wonderful reminder of the incredible value of time - how precious it is, and how inevitably it ticks away... 

Seize the moment and motivate yourself with every new tab you open through the MeaVana Age Counter! 

The best age counter out in the market - and completely FREE! 🆓                    

擴展基本資訊

名稱 Age Counter MeaVana Age Counter MeaVana
ID cbccddbnmceadmpejlafibndocblplim
官方網址 https://chromewebstore.google.com/detail/age-counter-meavana/cbccddbnmceadmpejlafibndocblplim
簡介 Age Counter MeaVana: Value your Time
檔案大小 122 KB
安裝次數 80
目前版本 0.0.3
更新時間 2024-01-18
上架時間 2023-11-10
評分 5.00/5 共 6 次評分
開發者 https://meavana.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.meavana.com/
說明頁面URL https://www.meavana.com/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/meavana.com",
    "name": "Age Counter MeaVana",
    "short_name": "ACM",
    "version": "0.0.3",
    "description": "Age Counter MeaVana: Value your Time",
    "permissions": [
        "storage"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "24": "24x24.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "16x16.png",
                "24x24.png",
                "32x32.png",
                "48x48.png",
                "128x128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}