HONY TABS
(Unofficial) Humans of New York New Tab Page.
什么是HONY TABS?
HONY TABS是由Vipul Kashyap开发的Chrome扩展程序,该扩展的主要功能是“(Unofficial) Humans of New York New Tab Page.”。
扩展截图
下载HONY TABS扩展crx文件
下载HONY TABS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you love Humans of New York?! I know I do! Every time you open a new tab, the most recent HONY post will be there for you to enjoy and you can scroll back to see older posts as well!
扩展基本信息
名称 | |
ID | apaljijkmhcememkaknlcpfkcccefpbj |
官方URL | https://chromewebstore.google.com/detail/hony-tabs/apaljijkmhcememkaknlcpfkcccefpbj |
简介 | (Unofficial) Humans of New York New Tab Page. |
文件大小 | 205 KB |
安装次数 | 12 |
当前版本 | 1.0.3 |
更新时间 | 2016-04-09 |
上架时间 | 2016-04-09 |
评分 | 5.00/5 共3次评分 |
开发者 | Vipul Kashyap |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HONY TABS", "description": "(Unofficial) Humans of New York New Tab Page.", "version": "1.0.3", "permissions": [ "http:\/\/www.humansofnewyork.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "res\/ico.png", "48": "res\/ico.png", "128": "res\/ico.png" } } |