Time and Weather Tab
Minimal New Tab Page.
什麼是Time and Weather Tab?
Time and Weather Tab是由wilsodadeveloper開發的Chrome擴展程式,該擴展的主要功能是“Minimal New Tab Page.”。
擴展截圖
下載Time and Weather Tab擴展crx文件
下載Time and Weather Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A minimal new tab page that shows the time and current weather. 擴展基本資訊
| 名稱 | |
| ID | ohlpipdkopgmnpaefpabeboimndinfml |
| 官方網址 | https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml |
| 簡介 | Minimal New Tab Page. |
| 檔案大小 | 41.82 KB |
| 安裝次數 | 43 |
| 目前版本 | 1.0 |
| 更新時間 | 2017-02-16 |
| 上架時間 | 2017-02-16 |
| 評分 | 3.80/5 共 5 次評分 |
| 開發者 | wilsodadeveloper |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time and Weather Tab",
"description": "Minimal New Tab Page.",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "start-page.html"
},
"background": {
"scripts": [
"jquery.min.js",
"weather.js"
]
},
"permissions": [
"geolocation",
"storage",
"http:\/\/api.openweathermap.org\/"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |