Aww
Replaces the new tab page with the cutest gifs from /r/aww
什么是Aww?
Aww是由Anuraag开发的Chrome扩展程序,该扩展的主要功能是“Replaces the new tab page with the cutest gifs from /r/aww”。
扩展截图
下载Aww扩展crx文件
下载Aww扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ceojjgdcmdmcpiplcnbbbjfgplhledhj |
官方URL | https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj |
简介 | Replaces the new tab page with the cutest gifs from /r/aww |
文件大小 | 77.02 KB |
安装次数 | 17 |
当前版本 | 1.1 |
更新时间 | 2017-05-13 |
上架时间 | 2017-05-13 |
评分 | 1.33/5 共6次评分 |
开发者 | Anuraag |
付费类型 | free |
扩展官网 | http://anuraag.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aww", "description": "Replaces the new tab page with the cutest gifs from \/r\/aww", "version": "1.1", "permissions": [ "tabs", "http:\/\/reddit.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |