HIGH NOON notifier

Informs you when it is HIGH NOON

什麼是HIGH NOON notifier?

HIGH NOON notifier是由vshanmugamdev開發的Chrome擴展程式,該擴展的主要功能是“Informs you when it is HIGH NOON”。

擴展截圖

下載HIGH NOON notifier擴展crx文件

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

擴展使用說明

                        Says "its high noon" at 12:00:00 pm                    

擴展基本資訊

名稱 HIGH NOON notifier HIGH NOON notifier
ID eomdpggeicpijoebflhnepbhbpkhmlhn
官方網址 https://chrome.google.com/webstore/detail/high-noon-notifier/eomdpggeicpijoebflhnepbhbpkhmlhn
簡介 Informs you when it is HIGH NOON
檔案大小 81.98 KB
安裝次數 107
目前版本 1.0.2
更新時間 2016-11-13
上架時間 2016-11-13
評分 5.00/5 共 17 次評分
開發者 vshanmugamdev
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HIGH NOON notifier",
    "description": "Informs you when it is HIGH NOON",
    "version": "1.0.2",
    "background": {
        "page": "mypopup.html"
    },
    "browser_action": {
        "default_popup": "mypopup.html"
    },
    "icons": {
        "48": "cb.png"
    },
    "permissions": []
}