Simple

Chrome extension that shows the current time and weather on the new tab screen

什么是Simple?

Simple是由Hattar开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that shows the current time and weather on the new tab screen”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Simple扩展crx文件

下载Simple扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace new tab screen with current time and weather sourced from OpenWeatherMap.org.

Simple replaces your "New Tab" screen with a new one that shows you the current time and the weather, with no tracking, no unnecessary permissions, no BS.

# Update 1.1.0
Added font picker
Minor bug fixes and performance improvements
Add blinky "new stuff" notification

# Update 1.0.12
CSS updates to make the scaling a bit nicer
Add 1hr caching to weather querying so we don't get booted from the weather API :)

# Update 1.0.11
Previous fix for issue causing defaults to override user settings didn't work in some situations, retrying
Allowed clicking off the settings bar to close it so you don't have to hit the X                    

扩展基本信息

名称 Simple Simple
ID ofpamglakelakiehjfhgfcikpponflgi
官方URL https://chromewebstore.google.com/detail/simple/ofpamglakelakiehjfhgfcikpponflgi
简介 Chrome extension that shows the current time and weather on the new tab screen
文件大小 111 KB
安装次数 34,784
当前版本 1.1.1
更新时间 2019-12-22
上架时间 2019-12-22
评分 4.27/5 共33次评分
开发者 Hattar
电子邮箱 [email protected]
付费类型 free
支持的语言 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple",
    "version": "1.1.1",
    "options_page": "app\/index.html#settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "Chrome extension that shows the current time and weather on the new tab screen",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Dan Covill",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "manifest_version": 2
}