Niceties
A cool extension that makes you happy!
什么是Niceties?
Niceties是由https://www.samjhill.com开发的Chrome扩展程序,该扩展的主要功能是“A cool extension that makes you happy!”。
扩展截图
下载Niceties扩展crx文件
下载Niceties扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Niceties gives you a silly and uplifting compliment every time you open a new tab! New in version 1.0: Random Chromecast backgrounds! So pretty.
扩展基本信息
名称 | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
官方URL | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
简介 | A cool extension that makes you happy! |
文件大小 | 1.24 MB |
安装次数 | 12 |
当前版本 | 1.0.0 |
更新时间 | 2016-06-22 |
上架时间 | 2016-06-22 |
评分 | 5.00/5 共4次评分 |
开发者 | https://www.samjhill.com |
付费类型 | free |
扩展官网 | http://www.samjhill.com/blog |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Niceties", "version": "1.0.0", "manifest_version": 2, "description": "A cool extension that makes you happy!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "chrome_url_overrides": { "newtab": "page.html" } } |