Weather
Simply stunning weather app for your blank tabs. Watch the weather !
什麼是Weather?
Weather是由jkrivda開發的Chrome擴展程式,該擴展的主要功能是“Simply stunning weather app for your blank tabs. Watch the weather !”。
擴展截圖
下載Weather擴展crx文件
下載Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
擴展基本資訊
名稱 | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
官方網址 | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
簡介 | Simply stunning weather app for your blank tabs. Watch the weather ! |
檔案大小 | 1.16 MB |
安裝次數 | 472 |
目前版本 | 0.2 |
更新時間 | 2015-09-22 |
上架時間 | 2015-09-22 |
評分 | 2.50/5 共 2 次評分 |
開發者 | jkrivda |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather", "short_name": "Weather for your blank tab", "description": "Simply stunning weather app for your blank tabs. Watch the weather !", "version": "0.2", "permissions": [ "history", "tabs", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/*" ], "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/index.js", "js\/modernizr.js", "js\/prefixfree.min.js" ] }, "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/; default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/ object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |