Weather Tab
A beautifully simple 5 day forecast, every time you open a new tab.
什麼是Weather Tab?
Weather Tab是由Brett Marshall開發的Chrome擴展程式,該擴展的主要功能是“A beautifully simple 5 day forecast, every time you open a new tab.”。
擴展截圖
下載Weather Tab擴展crx文件
下載Weather Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The weather is based off your IP address. This is currently only available in the USA and Canada.
-------------------------
Future plans include:
-------------------------
Having a location picker, in case the IP address location is not correct.
More descriptive icons
More descriptive backgrounds. 擴展基本資訊
| 名稱 | |
| ID | jkodnifelbhifjfgpkgdacnpibholcna |
| 官方網址 | https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna |
| 簡介 | A beautifully simple 5 day forecast, every time you open a new tab. |
| 檔案大小 | 42.68 KB |
| 安裝次數 | 25 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2017-01-03 |
| 上架時間 | 2017-01-03 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Brett Marshall |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Weather Tab",
"description": "A beautifully simple 5 day forecast, every time you open a new tab.",
"version": "1.0.3",
"manifest_version": 2,
"icons": {
"16": "extension-logo-32.png",
"32": "extension-logo-64.png",
"48": "extension-logo-96.png",
"128": "extension-logo-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |