Umbrella Check
This extension will remind you to bring umbrella
什麼是Umbrella Check?
Umbrella Check是由Guan開發的Chrome擴展程式,該擴展的主要功能是“This extension will remind you to bring umbrella”。
擴展截圖
下載Umbrella Check擴展crx文件
下載Umbrella Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click to check if you need to bring your umbrella
擴展基本資訊
名稱 | |
ID | apfmenbmncbojjljimedeeobbodhopce |
官方網址 | https://chrome.google.com/webstore/detail/umbrella-check/apfmenbmncbojjljimedeeobbodhopce |
簡介 | This extension will remind you to bring umbrella |
檔案大小 | 39.64 KB |
安裝次數 | 10 |
目前版本 | 1.2 |
更新時間 | 2016-08-12 |
上架時間 | 2016-08-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Guan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umbrella Check", "description": "This extension will remind you to bring umbrella", "version": "1.2", "browser_action": { "default_icon": "umbrella.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*", "http:\/\/ipinfo.io\/*", "https:\/\/query.yahooapis.com\/*" ], "js": [ "jquery.js" ] } ], "background": { "scripts": [ "popup.js", "jquery.js" ] }, "permissions": [ "activeTab", "notifications", "geolocation" ] } |