Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
什麼是Simple Weather Report?
Simple Weather Report是由https://romanoff.io開發的Chrome擴展程式,該擴展的主要功能是“Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.”。
擴展截圖
下載Simple Weather Report擴展crx文件
下載Simple Weather Report擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)
擴展基本資訊
名稱 | Simple Weather Report |
ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
官方網址 | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
簡介 | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
檔案大小 | 824 KB |
安裝次數 | 380 |
目前版本 | 1.0.2 |
更新時間 | 2020-08-25 |
上架時間 | 2020-08-16 |
評分 | 4.00/5 共 3 次評分 |
開發者 | https://romanoff.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "name": "Simple Weather Report", "version": "1.0.2", "manifest_version": 2, "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.", "author": "Michael Romanoff, [email protected]", "homepage_url": "https:\/\/romanoff.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Weather Report", "default_popup": "src\/dist\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |